aboutsummaryrefslogtreecommitdiff
path: root/man/plot.gensvm.grid.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-04 15:08:12 -0400
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-04 15:08:12 -0400
commit459ce96fa8a0072d3533bc2dc1566cc1b797401b (patch)
tree229a5d9b137f7fcf3b5112e4a189e972d6dafa26 /man/plot.gensvm.grid.Rd
parentEnsure classes isn't a factor (diff)
downloadrgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.tar.gz
rgensvm-459ce96fa8a0072d3533bc2dc1566cc1b797401b.zip
Documentation improvements
Diffstat (limited to 'man/plot.gensvm.grid.Rd')
-rw-r--r--man/plot.gensvm.grid.Rd4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/plot.gensvm.grid.Rd b/man/plot.gensvm.grid.Rd
index 44c599e..f23abda 100644
--- a/man/plot.gensvm.grid.Rd
+++ b/man/plot.gensvm.grid.Rd
@@ -4,10 +4,10 @@
\alias{plot.gensvm.grid}
\title{Plot the simplex space of the best fitted model in the GenSVMGrid}
\usage{
-\method{plot}{gensvm.grid}(grid, ...)
+\method{plot}{gensvm.grid}(x, ...)
}
\arguments{
-\item{grid}{A \code{gensvm.grid} object trained with refit=TRUE}
+\item{x}{A \code{gensvm.grid} object trained with refit=TRUE}
\item{...}{further arguments are passed to the plot function}
}