aboutsummaryrefslogtreecommitdiff
path: root/man/plot.gensvm.grid.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/plot.gensvm.grid.Rd')
-rw-r--r--man/plot.gensvm.grid.Rd2
1 files changed, 2 insertions, 0 deletions
diff --git a/man/plot.gensvm.grid.Rd b/man/plot.gensvm.grid.Rd
index f23abda..a3aa4d9 100644
--- a/man/plot.gensvm.grid.Rd
+++ b/man/plot.gensvm.grid.Rd
@@ -20,11 +20,13 @@ model in the provided GenSVMGrid object. See the documentation for
\code{\link{plot.gensvm}} for more information.
}
\examples{
+\dontrun{
x <- iris[, -5]
y <- iris[, 5]
grid <- gensvm.grid(x, y)
plot(grid, x)
+}
}
\references{