plot.spFSR {spFSR} | R Documentation |
Ploting a spFSR object
Description
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.
Usage
## S3 method for class 'spFSR'
plot(x, errorBar = FALSE, annotateBest = FALSE, se = FALSE, ...)
Arguments
x |
a |
errorBar |
If |
annotateBest |
If |
se |
If |
... |
Additional plot parameters that can be passed into the plot function. |
Value
Plot error scoring values vs iterations of a spFSR object with an error bar (if included).
See Also
plotImportance and spFeatureSelection.