plot.spFSR | R Documentation |
Plot for a spFSR object. It provides a scatterplot of scoring values vs. iteration. The error bar of scoring values at each iteration can be included. It also allows user to identify the iteration which yields the best scoring value. See spFeatureSelection for example.
## S3 method for class 'spFSR'
plot(x, errorBar = FALSE, annotateBest = FALSE, se = FALSE, ...)
x |
a |
errorBar |
If |
annotateBest |
If |
se |
If |
... |
Additional plot parameters that can be passed into the plot function. |
Plot error scoring values vs iterations of a spFSR object with an error bar (if included).
plotImportance and spFeatureSelection.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.