Home
last modified time | relevance | path

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

/dports/math/R-cran-igraph/igraph/
H A DNAMESPACE814 export(tkplot)
815 export(tkplot.canvas)
816 export(tkplot.center)
817 export(tkplot.close)
818 export(tkplot.export.postscript)
819 export(tkplot.fit.to.screen)
820 export(tkplot.getcoords)
821 export(tkplot.off)
822 export(tkplot.reshape)
823 export(tkplot.rotate)
[all …]
H A DNEWS.md339 `get.shortest.paths()` completely.
346 - `tkplot()` news: enable setting coordinates from the command line
347 via `tkplot.setcoords()` and access to the canvas via
348 `tkplot.canvas()`.
665 - get.all.shortest.paths() now supports edge weights.
777 is.bipartite(), get.incidence(), graph.incidence(),
779 - Support for plotting curved edges with plot.igraph() and tkplot()
786 - New tkplot() arguments to change the drawing area
795 get.adjacency() and the graph was named
905 - Adjacency lists, get.adjlist and get.adjedgelist added
[all …]
H A DMD568 c33341162aa4bb9f1c2aab258e64afd2 *R/tkplot.R
222 25726fa3d7ac535dab1098b671e12c30 *man/get.edge.ids.Rd
435 9fd345292f013a8c539f25ee6bded6a0 *man/tkplot.Rd
/dports/math/R-cran-igraph/igraph/man/
H A Dplot.common.Rd6 \code{plot.igraph}, \code{tkplot} and \code{rglplot} are discussed in
28 and width of the edges. See \code{\link{tkplot}} for details.
41 \code{\link{plot.igraph}}, \code{\link{tkplot}} or
82 single argument to get the \dQuote{proper} value of the parameter.
174 For \code{\link{tkplot}} some
218 The base font is thus 12 for tkplot.
411 implemented for \code{tkplot}.
423 is ignored by \code{tkplot} and \code{rglplot}.
442 \seealso{ \code{\link{plot.igraph}}, \code{\link{tkplot}},
451 tkplot(g)
[all …]
/dports/math/R-cran-igraph/igraph/inst/
H A DNEWS.md339 `get.shortest.paths()` completely.
346 - `tkplot()` news: enable setting coordinates from the command line
347 via `tkplot.setcoords()` and access to the canvas via
348 `tkplot.canvas()`.
665 - get.all.shortest.paths() now supports edge weights.
777 is.bipartite(), get.incidence(), graph.incidence(),
779 - Support for plotting curved edges with plot.igraph() and tkplot()
786 - New tkplot() arguments to change the drawing area
795 get.adjacency() and the graph was named
905 - Adjacency lists, get.adjlist and get.adjedgelist added
[all …]
/dports/math/igraph/igraph-0.9.5/
H A DONEWS15 - Added the get.data.frame() function, opposite of graph.data.frame().
277 - get.all.shortest.paths() now supports edge weights.
327 graph.get.isomorphisms.vf2(), graph.subisomorphic.vf2(),
522 is.bipartite(), get.indicence(), graph.incidence(),
524 - Support for plotting curved edges with plot.igraph() and tkplot()
531 - New tkplot() arguments to change the drawing area
541 get.adjacency() and the graph was named
865 - Adjacency lists, get.adjlist and get.adjedgelist added
1243 * edge.lty argument added to plot.igraph and tkplot
1255 * R interface: tkplot bug with graphs containing a 'name' attribute
[all …]
/dports/math/R-cran-igraph/igraph/R/
H A Dsocnet.R310 top <- get("top", .tkigraph.env)
317 gnos <- get("selected", .tkigraph.env)
413 top <- get("top", .tkigraph.env)
424 graphs <- get("graphs", .tkigraph.env)
464 graphs <- get("graphs", .tkigraph.env)
500 graphs <- get("graphs", .tkigraph.env)
650 graphs <- get("graphs", .tkigraph.env)
816 graphs <- get("graphs", .tkigraph.env)
859 fun <- tkplot
1114 graphs <- get("graphs", .tkigraph.env)
[all …]
H A Dtkplot.R170 tkplot <- function(graph, canvas.width=450, canvas.height=450, ...) { function
741 id <- get(".next", .tkplot.env)
752 get(paste("tkp.", tkp.id, sep=""), .tkplot.env)