aboutsummaryrefslogtreecommitdiff
path: root/R/plot.gensvm.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/plot.gensvm.R')
-rw-r--r--R/plot.gensvm.R4
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]