diff options
Diffstat (limited to 'R/plot.gensvm.R')
| -rw-r--r-- | R/plot.gensvm.R | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/R/plot.gensvm.R b/R/plot.gensvm.R index d0c1eb2..d490c1e 100644 --- a/R/plot.gensvm.R +++ b/R/plot.gensvm.R @@ -37,8 +37,12 @@ #' \code{\link{gensvm}}, \code{\link{gensvm-package}} #' #' @method plot gensvm +#' #' @export #' +#' @importFrom grDevices rgb +#' @importFrom graphics legend par plot polygon segments +#' #' @examples #' x <- iris[, -5] #' y <- iris[, 5] |
