From b56c98398db6b85411cc262a835ed44224d066f3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 30 Mar 2018 22:08:12 +0100 Subject: Minor fixes --- man/plot.gensvm.grid.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/plot.gensvm.grid.Rd') 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 -- cgit v1.2.3