Plot function for cv_regsem
# S3 method for cvregsem
plot(
x,
...,
pars = NULL,
show.minimum = "BIC",
col = NULL,
type = "l",
lwd = 3,
h_line = 0,
lty = 1,
xlab = NULL,
ylab = NULL,
legend.x = NULL,
legend.y = NULL,
legend.cex = 1,
legend.bg = par("bg"),
grey.out = FALSE
)
Plot of parameter estimates across penalties
An x from cv_regsem.
Other arguments.
Which parameters to plot
What fit index to use
A specification for the default plotting color.
what type of plot should be drawn. Possible types are "p" for points, "l" for lines, or "b" for both
line width
Where to draw horizontal line
line type
X axis label
Y axis label
x-coordinate of legend. See ?legend
y-coordinate of legend. See ?legend
cex of legend. See ?legend
legend background color. See ?legend
Add grey to background