Panel-generating function for visualizing the model parameters from the nodes in MPT tree models.
node_mptplot(mobobj, id = TRUE,
names = TRUE, abbreviate = TRUE, index = TRUE, ref = TRUE,
col = "black", linecol = "lightgray", bg = "white", cex = 0.5, pch = 19,
xscale = NULL, yscale = c(0, 1), ylines = 1.5)
A panel function which can be supplied to the plot
method for
"mob"
objects.
an object of class "mob"
based on MPT models
fitted by mptmodel
.
logical. Should the node ID be displayed?
logical or character. Should the names for the parameters be displayed? If character, this sets the names.
logical or numeric. Should parameter names be abbreviated? If numeric this controls the length of the abbreviation.
logical or character. Should different indexes for different
parameters be used? If character, this controls the order of labels given
in names
.
logical. Should a horizontal line for the reference level be drawn?
graphical appearance of plotting symbols.
line color for reference line (if ref
).
color for background filling.
x and y axis limits.
numeric. Number of lines used for y-axis labels.
The panel-generating function node_mptplot
is called by the plot
method for "mpttree"
objects and does not have to be called by the
user directly.
mpttree