aboutsummaryrefslogtreecommitdiff
path: root/man/plot.gensvm.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/plot.gensvm.Rd')
-rw-r--r--man/plot.gensvm.Rd10
1 files changed, 9 insertions, 1 deletions
diff --git a/man/plot.gensvm.Rd b/man/plot.gensvm.Rd
index e28a108..243f687 100644
--- a/man/plot.gensvm.Rd
+++ b/man/plot.gensvm.Rd
@@ -5,7 +5,8 @@
\title{Plot the simplex space of the fitted GenSVM model}
\usage{
\method{plot}{gensvm}(fit, x, y.true = NULL, with.margins = TRUE,
- with.shading = TRUE, with.legend = TRUE, center.plot = TRUE, ...)
+ with.shading = TRUE, with.legend = TRUE, center.plot = TRUE,
+ xlim = NULL, ylim = NULL, ...)
}
\arguments{
\item{fit}{A fitted \code{gensvm} object}
@@ -25,6 +26,13 @@ identify misclassified objects.}
\item{center.plot}{ensure that the boundaries and margins are always visible
in the plot}
+\item{xlim}{allows the user to force certain plot limits. If set, these
+bounds will be used for the horizontal axis.}
+
+\item{ylim}{allows the user to force certain plot limits. If set, these
+bounds will be used for the vertical axis and the value of center.plot will
+be ignored}
+
\item{...}{further arguments are ignored}
}
\value{