Description Usage Arguments Value See Also Examples
Plots a parental graph, by default using the layout routines of the package 'network'.
1 2 3 4 5 | ## S3 method for class 'parental'
grplot(parents, col = 1, alpha = 1,
edgecol, edgealpha = 1, layout.par = list(niter = 1e+05),
grobNode = grobNodeName, grobNodeSize = grobNodeNameSize,
offset = 0.25, hideIsolates = F, coords, ...)
|
parents |
An object of class 'parental' |
col |
A vector of colours for the nodes (FIXME - does not currently work.) |
alpha |
A vector of alpha values for the nodes (FIXME - does not currently work.) |
edgecol |
A matrix of edge colours. |
edgealpha |
A matrix of edge alpha values |
layout.par |
Passed to
|
grobNode |
A grob function that will be used to draw the nodes |
grobNodeSize |
A function that can compute the sizes of the nodes |
offset |
A offset |
hideIsolates |
A logical of length 1. If true, isolates nodes (those not connected to any other node) are removed. |
coords |
Optionally provide the coordinates at which
each node will be drawn. This should be supplied as a
data.frame with columns |
... |
Further arguments (not currently passed on?) |
A lattice plot
grplot.parental.list
,
panel.parental
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.