diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-04 17:26:50 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-04 17:26:50 +0100 |
| commit | 7332d3a6dfcef736e3ac4ef69591001dde5bf064 (patch) | |
| tree | a46fd318143ddb96c05e17850b9590969c356de4 /man/plot.gensvm.Rd | |
| parent | Fix formatting (diff) | |
| download | rgensvm-7332d3a6dfcef736e3ac4ef69591001dde5bf064.tar.gz rgensvm-7332d3a6dfcef736e3ac4ef69591001dde5bf064.zip | |
Generate man with updated roxygen
Diffstat (limited to 'man/plot.gensvm.Rd')
| -rw-r--r-- | man/plot.gensvm.Rd | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/man/plot.gensvm.Rd b/man/plot.gensvm.Rd index dc4ca38..6f9b949 100644 --- a/man/plot.gensvm.Rd +++ b/man/plot.gensvm.Rd @@ -4,9 +4,18 @@ \alias{plot.gensvm} \title{Plot the simplex space of the fitted GenSVM model} \usage{ -\method{plot}{gensvm}(x, labels, newdata = NULL, with.margins = TRUE, - with.shading = TRUE, with.legend = TRUE, center.plot = TRUE, - xlim = NULL, ylim = NULL, ...) +\method{plot}{gensvm}( + x, + labels, + newdata = NULL, + with.margins = TRUE, + with.shading = TRUE, + with.legend = TRUE, + center.plot = TRUE, + xlim = NULL, + ylim = NULL, + ... +) } \arguments{ \item{x}{A fitted \code{gensvm} object} |
