diff options
Diffstat (limited to 'man/plot.gensvm.grid.Rd')
| -rw-r--r-- | man/plot.gensvm.grid.Rd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/plot.gensvm.grid.Rd b/man/plot.gensvm.grid.Rd index 0db01ec..3e5ef39 100644 --- a/man/plot.gensvm.grid.Rd +++ b/man/plot.gensvm.grid.Rd @@ -4,14 +4,14 @@ \alias{plot.gensvm.grid} \title{Plot the simplex space of the best fitted model in the GenSVMGrid} \usage{ -\method{plot}{gensvm.grid}(grid, x, ...) +\method{plot}{gensvm.grid}(grid, ...) } \arguments{ \item{grid}{A \code{gensvm.grid} object trained with refit=TRUE} -\item{x}{the dataset to plot} - \item{...}{further arguments are passed to the plot function} + +\item{x}{the dataset to plot} } \value{ returns the object passed as input |
