Plot Method for stratEst.strategy
# S3 method for stratEst.strategy
plot(
x,
y,
...,
title = NULL,
show.legend = TRUE,
show.title = TRUE,
node.fontsize = 25,
main.fontsize = 40,
arrow.fontsize = 20,
legend.fontsize = 20,
legend.width = 1,
node.width = 1,
arrowsize = 1,
node.penwidth = 1,
arrow.penwidth = 1,
fillcolor = NULL,
ranksep = 0,
file = NA
)
No return value, called to create a plot.
An object of class stratEst.strategy
.
Argument two of the generic function.
Further arguments passed to or from other methods.
String. The title of the plot.
Logical. Hide plot legend if FALSE. Default is TRUE.
Logical. Hide plot title if FALSE. Default is TRUE.
Font-size of the plot labels.
Font-size of the plot title.
Font-size of the arrow labels.
Font-size of the legend.
Width of the legend items.
Width of the nodes.
Size of the arrowhead.
Width of the nodes.
Width of the nodes.
Vector of hex-color codes of the choices.
Separation of nodes with the same rank.
String. A valid path followed by a file name. Should end with .svg. Default is NA and no file is written.