Usage
## S3 method for class 'PSTf,ANY':
plot(x, y=missing, max.level=NULL,
nodePar = list(), edgePar = list(),
axis=FALSE, xlab = NA, ylab = if (axis) { "L" } else {NA},
horiz = FALSE,
xlim, ylim, withlegend=TRUE, ltext=NULL, cex.legend=1, use.layout=withlegend!=FALSE, legend.prop=NA, ...)
Arguments
x
A PST, that is an object of class PSTf
as returned by the pstree
or prune
method. max.level
integer. The maximal depth for the display of the tree.
nodePar
list. A list of parameters for tuning the node representation. Possible parameters are
- node.size. numeric. The size of the node, in fraction of a unit of the x axis (or y axis if horiz=TRUE).
- gratio. The ratio between horizontal and verti
edgePar
list. A list of parameters for tuning the edges representation. Possible paramters are
axis
logical. If TRUE the axes are displayed on the plot.
xlab
character. Label for the x axis.
ylab
character. Label for the y axis representing the tree depth.
horiz
logical. If FALSE, the tree is represented vertically. The root node at depth L=0 is plotted on the top, and the nodes of maximal depth are plotted on the bottom of the plot. If TRUE, the tree is represented horizontally. The root node at depth L=0 is plo
xlim
numeric. Vector of length 2 giving the x limits for the plot. By default the limits are 1 .. number of terminal nodes (at max.level if specified). This may be usefull to facilitate comparison if several trees are plotted on the same figure.
ylim
numeric. Vector of length 2 giving the y limits for the plot. By default the limits are 0 .. max. depth of the tree (max.level if specified). This may be usefull to facilitate comparison if several trees are plotted on the same figure.
withlegend
defines if and where the legend of the state colors is plotted. The default value TRUE
sets the position of the legend automatically. Other possible value is "right"
.
ltext
optional description of the states to appear in the legend. Must be a vector of character strings with number of elements equal to the size of the alphabet. If unspecified, the label
attribute of the seqdata
sequence object is us
cex.legend
expansion factor for setting the size of the font for the labels in the legend. The default value is 1. Values lesser than 1 will reduce the size of the font, values greater than 1 will increase the size.
use.layout
if TRUE
, layout
is used to arrange plots when using the group option or plotting a legend. When layout is activated, the standard 'par(mfrow
legend.prop
sets the proportion of the graphic area used for plotting the legend when use.layout=TRUE
and withlegend=TRUE
. Default value is set according to the place (bottom or right of the graphic area) where the legend is plotted. Values
...
arguments to be passed to the plot function or graphical parameters