plot rknn support: Plot Function for Support Criterion
Description
Plot support
of the important features.Usage
"plot"(x, n.var = min(30, length(x$support)), main = deparse(substitute(x)), bg = "gold", lcolor = "blue", ...)
Arguments
x
a list with support
returned from rknnSupport
.
n.var
number of variables to be displayed.
...
addtional plot
arguments.