From 7332d3a6dfcef736e3ac4ef69591001dde5bf064 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 4 Sep 2020 17:26:50 +0100 Subject: Generate man with updated roxygen --- man/plot.gensvm.Rd | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'man/plot.gensvm.Rd') 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} -- cgit v1.2.3