plot.variance.explained | R Documentation |
Plot variance explained for a SPEAR object.
## S3 method for class 'variance.explained'
plot(data = "train", min.val = 0.01)
data |
Which dataset to use? Can be any dataset listed under '$data$____'. Defaults to '"train"'. |
min.val |
Minimum percentage to be plotted. Must be a positive numeric value. Defaults to '.01'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.