aboutsummaryrefslogtreecommitdiff
path: root/man/plot.gensvm.grid.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:08:12 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-03-30 22:08:12 +0100
commitb56c98398db6b85411cc262a835ed44224d066f3 (patch)
tree97f864ba6c3d0c12693d8af40b1abe18e6a75687 /man/plot.gensvm.grid.Rd
parentFixes to get the input data from the call (diff)
downloadrgensvm-b56c98398db6b85411cc262a835ed44224d066f3.tar.gz
rgensvm-b56c98398db6b85411cc262a835ed44224d066f3.zip
Minor fixes
Diffstat (limited to 'man/plot.gensvm.grid.Rd')
-rw-r--r--man/plot.gensvm.grid.Rd6
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