Home
last modified time | relevance | path

Searched +refs:tkplot +refs:create +refs:vertex (Results 1 – 11 of 11) sorted by relevance

/dports/math/R-cran-igraph/igraph/man/
H A Dtkplot.Rd3 \name{tkplot}
4 \alias{tkplot}
104 vertices and edges. Both operate on the current selection if the vertex/edge
105 under the cursor is part of the selection and operate on the vertex/edge
108 One selection can be active at a time, either a vertex or an edge selection.
109 A vertex/edge can be added to a selection by holding the \code{control} key
111 the vertex/edge.
117 edges' dialog two such lists can be given and all edges connecting a vertex
147 Each row corresponds to one vertex.
151 vertex.
[all …]
H A Dplot.common.Rd41 \code{\link{plot.igraph}}, \code{\link{tkplot}} or
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.
346 directed some are not. If you want do this, then please create a
411 implemented for \code{tkplot}.
423 is ignored by \code{tkplot} and \code{rglplot}.
451 tkplot(g)
[all …]
H A Dsample_pref.Rd37 \item{types}{The number of different vertex types.}
43 \item{fixed.sizes}{Fix the number of vertices with a given vertex type
47 \item{pref.matrix}{A square matrix giving the preferences of the vertex
50 \item{directed}{Logical constant, whether to create a directed graph.}
64 Generation of random graphs based on different vertex types.
67 Both models generate random graphs with given vertex types. For
71 distribution of the different vertex types is given by the
74 For \code{sample_asym_pref} each vertex has an in-type and an
76 edge is realized from a vertex with a given out-type to a vertex with a
85 \dontrun{tkplot(g, layout=layout_with_fr)}
[all …]
H A Dlayout_as_star.Rd16 \item{center}{The id of the vertex to put in the center. By default it is
17 the first vertex.}
20 The default ordering is given by the vertex ids.}
29 A simple layout generator, that places one vertex in the center of a circle
33 It is possible to choose the vertex that will be in the center, and the
46 algorithms, \code{\link{plot.igraph}} and \code{\link{tkplot}} on how to
47 plot graphs and \code{\link{star}} on how to create ring graphs.
H A Dmerge_coords.Rd57 # create 20 scale-free graphs and place them in a common layout
63 \dontrun{plot(g, layout=lay, vertex.size=3, labels=NA, edge.color="black")}
66 \code{\link{plot.igraph}}, \code{\link{tkplot}},
H A Daaa-igraph-package.Rd34 \sQuote{\code{type}} vertex attribute is set).
61 To create small graphs with a given structure probably the
64 \code{\link{graph}}, which takes numeric vertex ids directly.
66 \code{\link{make_graph}} can create some special graphs.
68 To create graphs from field data, \code{\link{graph_from_edgelist}},
83 \eqn{n} vertices the vertex ids are between \eqn{1} and
92 operations, and vertex ids don't allow this because of the
112 argument can be given as a character vector of vertex names.
119 We note here, that vertex names can also be used to select edges.
121 \sQuote{\code{to}} are vertex names, select a single, possibly
[all …]
/dports/math/R-cran-igraph/igraph/
H A DNAMESPACE261 export(create.communities)
462 export(hrg.create)
814 export(tkplot)
815 export(tkplot.canvas)
816 export(tkplot.center)
817 export(tkplot.close)
820 export(tkplot.getcoords)
821 export(tkplot.off)
822 export(tkplot.reshape)
823 export(tkplot.rotate)
[all …]
H A DNEWS.md194 create graphs.
200 - A generic `make_graph()` function to 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()`.
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}},
59 \code{\link[igraph:independent.vertex.sets]{independence.number}},
78 the Reingold-Tilford layout can be chosen, with a root vertex specified;
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.
200 - A generic `make_graph()` function to 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()`.
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.
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
985 - igraph_full_citation to create full citation networks
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 …]