aboutsummaryrefslogtreecommitdiff
path: root/R/print.gensvm.grid.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/print.gensvm.grid.R')
-rw-r--r--R/print.gensvm.grid.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/print.gensvm.grid.R b/R/print.gensvm.grid.R
index 3e1bb69..d0755ca 100644
--- a/R/print.gensvm.grid.R
+++ b/R/print.gensvm.grid.R
@@ -25,12 +25,14 @@
#' @export
#'
#' @examples
+#' \dontrun{
#' x <- iris[, -5]
#' y <- iris[, 5]
#'
#' # fit a grid search and print the resulting object
#' grid <- gensvm.grid(x, y)
#' print(grid)
+#' }
#'
print.gensvm.grid <- function(x, ...)
{