Plot functions for 'SRanalysis' objects. Allows to visualize the stability and predictiveness trade-off of individual predictors.
# S3 method for SRanalysis
plot(x, x_axis = "SRdiff", varnames = NA, labels = FALSE, ...)
object of class 'SRanalysis'.
either "SRdiff" or "SRpred".
vector of variables names given in same ordering as columns of X. If NA the variable names saved in the SRanalysis object are used.
boolean specifying whether to print names for all variables with selection probability greater than 0.5. Only works if varnames has been specified.
arguments to be passed to or from other methods.