aboutsummaryrefslogtreecommitdiff
path: root/R/plot.gensvm.grid.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/plot.gensvm.grid.R')
-rw-r--r--R/plot.gensvm.grid.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/plot.gensvm.grid.R b/R/plot.gensvm.grid.R
index 6a34024..c755c3c 100644
--- a/R/plot.gensvm.grid.R
+++ b/R/plot.gensvm.grid.R
@@ -25,11 +25,13 @@
#' @export
#'
#' @examples
+#' \dontrun{
#' x <- iris[, -5]
#' y <- iris[, 5]
#'
#' grid <- gensvm.grid(x, y)
#' plot(grid, x)
+#' }
#'
plot.gensvm.grid <- function(x, ...)
{