Plot the solution path
plot_path.Rd
Plots the solution paths from ssjgl().
Usage
plot_path(
v0s,
obj,
thres = 0.5,
normalize = FALSE,
xlab = "",
ylab = "",
main = "",
par = c(1, 2),
ylim = NULL,
reverse = FALSE,
position = "bottomright",
...
)
Arguments
- v0s
list of v0 input
- obj
object created using ssjgl
- thres
default threshold for probability of edge inclusion
- normalize
True or False (default False) on if normalized covariance should be returned
- xlab
String for xlab. Default empty.
- ylab
string for y-axis label. Default empty.
- main
string for main title. Default empty.
- par
default c(1,2) to list layout of output plots
- ylim
default NULL and will calculate from range
- reverse
Default FALSE. If want to reverse direction of plot.
- position
Default "bottomright". For position of legend.
- ...
other parameters passed in to base plot