diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 15:35:57 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 15:35:57 -0400 |
| commit | 2224f89c05a5540102101b1310e120c12d533028 (patch) | |
| tree | bb5ea2d6f826cade03aa697e17f7f03d300cc475 /R/plot.gensvm.grid.R | |
| parent | fix type of ZV matrix (diff) | |
| download | rgensvm-2224f89c05a5540102101b1310e120c12d533028.tar.gz rgensvm-2224f89c05a5540102101b1310e120c12d533028.zip | |
don't run a bunch of examples to make check faster
Diffstat (limited to 'R/plot.gensvm.grid.R')
| -rw-r--r-- | R/plot.gensvm.grid.R | 2 |
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, ...) { |
