plot rknn support {rknn} | R Documentation |
Plot support
of the important features.
## S3 method for class 'rknnSupport' plot(x, n.var = min(30, length(x$support)), main = deparse(substitute(x)), bg = "gold", lcolor = "blue", ...)
x |
a list with |
n.var |
number of variables to be displayed. |
main |
text for main title. |
bg |
background color. |
lcolor |
line color. |
... |
addtional |
Shengqiao Li<lishengqiao@yahoo.com>