aboutsummaryrefslogtreecommitdiff
path: root/R/coef.gensvm.grid.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/coef.gensvm.grid.R')
-rw-r--r--R/coef.gensvm.grid.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/coef.gensvm.grid.R b/R/coef.gensvm.grid.R
index 48b2a76..f9908ba 100644
--- a/R/coef.gensvm.grid.R
+++ b/R/coef.gensvm.grid.R
@@ -26,11 +26,13 @@
#' @importFrom stats coef
#'
#' @examples
+#' \dontrun{
#' x <- iris[, -5]
#' y <- iris[, 5]
#'
#' grid <- gensvm.grid(x, y)
#' pg <- coef(grid)
+#' }
#'
coef.gensvm.grid <- function(object, ...)
{