Plot method for hd2part fitted objects
# S3 method for hd2part plot( x, model = c("zero", "positive"), xvar = c("loglambda", "norm", "lambda"), labsize = 0.6, xlab = iname, ylab = NULL, main = paste(model, "model"), ... ) # S3 method for cv.hd2part plot(x, sign.lambda = 1, ...)
x | fitted "hd2part" model object |
---|---|
model | either |
xvar | What is on the X-axis. |
labsize | size of labels for variable names. If labsize = 0, then no variable names will be plotted |
xlab | label for x-axis |
ylab | label for y-axis |
main | main title for plot |
... | other graphical parameters for the plot |
sign.lambda | Either plot against log(lambda) (default) or its negative if |