Home
last modified time | relevance | path

Searched +refs:tkplot +refs:g (Results 1 – 16 of 16) sorted by relevance

/dports/math/R-cran-igraph/igraph/man/
H A Dtkplot.Rd3 \name{tkplot}
4 \alias{tkplot}
6 \alias{tkplot.off}
161 g <- make_ring(10)
162 tkplot(g)
165 g <- make_star(10, center=10) %u% make_ring(9, directed=TRUE)
166 E(g)$width <- sample(1:10, ecount(g), replace=TRUE)
167 lay <- layout_nicely(g)
169 id <- tkplot(g, layout=lay)
175 g <- make_ring(10)
[all …]
H A Dplot.common.Rd448 g <- make_ring(10)
449 g$layout <- layout_in_circle
450 plot(g)
451 tkplot(g)
452 rglplot(g)
455 g <- barabasi.game(100)
460 g <- sample_gnp(100, 1/100)
463 V(g)$color <- colbar[comps+1]
468 g <- add_edges(g, c(1,6, 1,11, 6,11))
470 V(g)$color <- com$membership+1
[all …]
H A Dplot.igraph.Rd48 polygons, in any format accepted by \code{\link[graphics]{xspline}}; e.g.
68 non-interactive companion of the \code{tkplot} function.
71 One convenient way to plot graphs is to plot with \code{\link{tkplot}}
78 g <- make_ring(10)
79 plot(g, layout=layout_with_kk, vertex.color="green")
85 parameters and \code{\link{tkplot}} and \code{\link{rglplot}} for other
H A Dsample_pref.Rd84 g <- sample_pref(20, 2, pref.matrix=pf)
85 \dontrun{tkplot(g, layout=layout_with_fr)}
88 g <- sample_asym_pref(20, 2, pref.matrix=pf)
89 \dontrun{tkplot(g, layout=layout_in_circle)}
H A Drglplot.Rd32 g <- make_lattice( c(5,5,5) )
33 coords <- layout_with_fr(g, dim=3)
34 rglplot(g, layout=coords)
40 version, \code{\link{tkplot}} for interactive graph drawing in 2D.
H A Dcurve_multiple.Rd31 g <- graph( c(0,1,1,0,1,2,1,3,1,3,1,3,
34 curve_multiple(g)
38 plot(g)
44 \code{\link{plot.igraph}}, \code{\link{tkplot}} and \code{\link{rglplot}}
H A Dlayout_as_star.Rd38 g <- make_star(10)
39 layout_as_star(g)
42 layout_(g, as_star())
46 algorithms, \code{\link{plot.igraph}} and \code{\link{tkplot}} on how to
H A Dlayout_with_gem.Rd57 g <- make_ring(10)
58 plot(g, layout=layout_with_gem)
68 \code{\link{plot.igraph}}, \code{\link{tkplot}}
H A Dmerge_coords.Rd62 g <- disjoint_union(graphs)
63 \dontrun{plot(g, layout=lay, vertex.size=3, labels=NA, edge.color="black")}
66 \code{\link{plot.igraph}}, \code{\link{tkplot}},
H A Dlayout_with_kk.Rd98 g <- make_ring(10)
99 E(g)$weight <- rep(1:2, length.out=ecount(g))
100 plot(g, layout=layout_with_kk, edge.label=E(g)$weight)
109 \code{\link{tkplot}}
H A Daaa-igraph-package.Rd25 + attr: name (g/c), mutual (g/x), circular (g/x) }
48 \code{\link{print_all}} function: \preformatted{ > print_all(g)
50 + attr: name (g/c), mutual (g/x), circular (g/x)
85 graphs, e.g. a subgraph is created via \code{\link{induced_subgraph}}, then
110 functions. E.g. \code{\link{degree}} has a \code{v} argument
116 based on their names, e.g. in the \code{\link{delete_edges}} and
143 The second function is \code{\link{tkplot}}, which uses a Tk GUI for
/dports/math/R-cran-FrF2/FrF2/man/
H A DCIG.Rd34 \item{\dots}{further arguments to be passed to function \code{\link[igraph]{tkplot}},
57 (e.g. \code{\link[igraph:cliques]{clique.number}},
107 Function \code{gen2CIG} returns a clear interactions graph that can e.g. be
109 \code{\link[igraph]{tkplot}}.
158 ## e.g.
172 \seealso{\code{\link[igraph]{plot.igraph}}, \code{\link[igraph]{tkplot}},
/dports/math/R-cran-igraph/igraph/
H A DNEWS.md134 on a per-package basis. E.g. a package using igraph can set `return.vs.es`
346 - `tkplot()` news: enable setting coordinates from the command line
347 via `tkplot.setcoords()` and access to the canvas via
348 `tkplot.canvas()`.
424 (e.g. by `graph.decompose`), causing #550.
468 Fixes some incompatibility with other packages (e.g. rgl)
779 - Support for plotting curved edges with plot.igraph() and tkplot()
786 - New tkplot() arguments to change the drawing area
798 - Many fixes for supporting various compilers, e.g. GCC 4.4 and Sun's
1117 - plot.igraph and tkplot can plot self-loop edges now
/dports/math/R-cran-igraph/igraph/inst/
H A DNEWS.md134 on a per-package basis. E.g. a package using igraph can set `return.vs.es`
346 - `tkplot()` news: enable setting coordinates from the command line
347 via `tkplot.setcoords()` and access to the canvas via
348 `tkplot.canvas()`.
424 (e.g. by `graph.decompose`), causing #550.
468 Fixes some incompatibility with other packages (e.g. rgl)
779 - Support for plotting curved edges with plot.igraph() and tkplot()
786 - New tkplot() arguments to change the drawing area
798 - Many fixes for supporting various compilers, e.g. GCC 4.4 and Sun's
1117 - plot.igraph and tkplot can plot self-loop edges now
/dports/math/igraph/igraph-0.9.5/
H A DONEWS524 - Support for plotting curved edges with plot.igraph() and tkplot()
531 - New tkplot() arguments to change the drawing area
544 - Many fixes for supporting various compilers, e.g. GCC 4.4 and Sun's
622 - Many fixes for supporting various compilers, e.g. GCC 4.4 and Sun's
951 whole network (e.g., you can select vertices/edges based on attributes,
1243 * edge.lty argument added to plot.igraph and tkplot
1255 * R interface: tkplot bug with graphs containing a 'name' attribute
1325 - plot.igraph and tkplot can plot self-loop edges now
/dports/math/R-cran-igraph/igraph/R/
H A Dsocnet.R418 V(g)$name <- as.integer(seq(vcount(g)))
421 E(g)$name <- as.integer(seq(ecount(g)))
549 g
859 fun <- tkplot
930 g <- delete_vertex_attr(g, "name")
992 g <- set_graph_attr(g, "layout", lay)
1037 g <- set_graph_attr(g, "name", "Star graph")
1050 g <- set_graph_attr(g, "name", "Full graph")
1059 g <- set_graph_attr(g, "name",
1125 g <- set_graph_attr(g, "name",
[all …]