Plot function for cv_regsem
## S3 method for class '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 )
x
: An x from cv_regsem....
: Other arguments.pars
: Which parameters to plotshow.minimum
: What fit index to usecol
: A specification for the default plotting color.type
: what type of plot should be drawn. Possible types are "p" for points, "l" for lines, or "b" for bothlwd
: line widthh_line
: Where to draw horizontal linelty
: line typexlab
: X axis labelylab
: Y axis labellegend.x
: x-coordinate of legend. See ?legendlegend.y
: y-coordinate of legend. See ?legendlegend.cex
: cex of legend. See ?legendlegend.bg
: legend background color. See ?legendgrey.out
: Add grey to backgroundPlot of parameter estimates across penalties