Home
last modified time | relevance | path

Searched +refs:tkplot +refs:create +refs:edges (Results 1 – 8 of 8) sorted by relevance

/dports/math/R-cran-igraph/igraph/man/
H A Dtkplot.Rd3 \name{tkplot}
4 \alias{tkplot}
5 \alias{tkplot.close}
6 \alias{tkplot.off}
8 \alias{tkplot.reshape}
10 \alias{tkplot.canvas}
93 interactively right now though, eg. the colors of vertices, edges, and also
104 vertices and edges. Both operate on the current selection if the vertex/edge
117 edges' dialog two such lists can be given and all edges connecting a vertex
162 tkplot(g)
[all …]
H A Dplot.common.Rd28 and width of the edges. See \code{\link{tkplot}} for details.
174 For \code{\link{tkplot}} some
184 to \code{\link[tcltk]{tkfont.create}} and hope the user knows what
186 parameters are also passed to \code{\link[tcltk]{tkfont.create}}
217 the \code{size} argument for \code{\link[tcltk]{tkfont.create}}.
218 The base font is thus 12 for tkplot.
255 \item{width}{The width of the edges.
326 parameter is ignored for loop edges.
346 directed some are not. If you want do this, then please create a
411 implemented for \code{tkplot}.
[all …]
H A Daaa-igraph-package.Rd15 fast handling of large graphs, with millions of vertices and edges, 3)
36 Then come two numbers, the number of vertices and the number of edges
47 If you want to see the edges of the graph as well, then use the
51 + edges:
61 To create small graphs with a given structure probably the
66 \code{\link{make_graph}} can create some special graphs.
68 To create graphs from field data, \code{\link{graph_from_edgelist}},
89 one and \eqn{m}, the total number of edges in the graph.
102 constructs for selecting a set of vertices or edges based on their
119 We note here, that vertex names can also be used to select edges.
[all …]
/dports/math/R-cran-igraph/igraph/
H A DNAMESPACE108 export(add.edges)
162 export(autocurve.edges)
261 export(create.communities)
274 export(delete.edges)
314 export(edges)
354 export(get.edges)
462 export(hrg.create)
797 export(subgraph.edges)
814 export(tkplot)
817 export(tkplot.close)
[all …]
H A DNEWS.md194 create graphs.
202 to create graph layouts, see also `add_layout_()`.
346 - `tkplot()` news: enable setting coordinates from the command line
347 via `tkplot.setcoords()` and access to the canvas via
348 `tkplot.canvas()`.
528 - rewire() has a new method: "loops", that can create loop edges.
704 now create graphs without loop edges.
779 - Support for plotting curved edges with plot.igraph() and tkplot()
786 - New tkplot() arguments to change the drawing area
1116 create graphs with edge attributes easily
[all …]
/dports/math/R-cran-FrF2/FrF2/man/
H A DCIG.Rd10 Function CIGstatic allows to create a static graph from a dynamically-adjusted
34 \item{\dots}{further arguments to be passed to function \code{\link[igraph]{tkplot}},
76 Clear 2fis are depicted as edges in the graph. In the interactive graph,
87 Function \code{CIGstatic} serves the purpose to statically create the current
109 \code{\link[igraph]{tkplot}}.
130 graph1 <- CIG("9-4.2", plot=FALSE) ### create graph object from design name
138 graph2 <- gen2CIG(32, c(7,11,14,29)) ### create graph object from generator columns
172 \seealso{\code{\link[igraph]{plot.igraph}}, \code{\link[igraph]{tkplot}},
/dports/math/R-cran-igraph/igraph/inst/
H A DNEWS.md194 create graphs.
202 to create graph layouts, see also `add_layout_()`.
346 - `tkplot()` news: enable setting coordinates from the command line
347 via `tkplot.setcoords()` and access to the canvas via
348 `tkplot.canvas()`.
528 - rewire() has a new method: "loops", that can create loop edges.
704 now create graphs without loop edges.
779 - Support for plotting curved edges with plot.igraph() and tkplot()
786 - New tkplot() arguments to change the drawing area
1116 create graphs with edge attributes easily
[all …]
/dports/math/igraph/igraph-0.9.5/
H A DONEWS21 - rewire() has a new method: "loops", that can create loop edges.
104 - rewire() has a new mode: "loops", that can create loop edges.
166 that can create loops.
316 now create graphs without loop edges.
455 now create graphs without loop edges.
524 - Support for plotting curved edges with plot.igraph() and tkplot()
531 - New tkplot() arguments to change the drawing area
1243 * edge.lty argument added to plot.igraph and tkplot
1255 * R interface: tkplot bug with graphs containing a 'name' attribute
1324 create graphs with edge attributes easily
[all …]