diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 22:08:12 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-03-30 22:08:12 +0100 |
| commit | b56c98398db6b85411cc262a835ed44224d066f3 (patch) | |
| tree | 97f864ba6c3d0c12693d8af40b1abe18e6a75687 /man/plot.gensvm.grid.Rd | |
| parent | Fixes to get the input data from the call (diff) | |
| download | rgensvm-b56c98398db6b85411cc262a835ed44224d066f3.tar.gz rgensvm-b56c98398db6b85411cc262a835ed44224d066f3.zip | |
Minor fixes
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 |
