plot.vim {logicDT} | R Documentation |
Plot calculated VIMs
Description
This function plots variable importance measures yielded by the function
vim
in a dotchart.
Usage
## S3 method for class 'vim'
plot(x, p = 10, ...)
Arguments
x |
An object of the class |
p |
The number of most important terms which will be included in the plot. A value of 0 leads to plotting all terms. |
... |
Ignored additional parameters |
Value
No return value, called for side effects
[Package logicDT version 1.0.4 Index]