From a402b736e26988c6e9a04126266205217c97024d Mon Sep 17 00:00:00 2001 From: seraidarian Date: Tue, 7 May 2024 14:21:18 +0300 Subject: [PATCH] Documentation changes --- man/plotCCA.Rd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/plotCCA.Rd b/man/plotCCA.Rd index 3b2f5e1a..0cf08fd0 100644 --- a/man/plotCCA.Rd +++ b/man/plotCCA.Rd @@ -24,6 +24,7 @@ plotRDA(object, ...) ellipse.alpha = 0.2, ellipse.linewidth = 0.1, ellipse.linetype = 1, + ellipse.level = 0.95, vec.size = 0.5, vec.color = vec.colour, vec.colour = "black", @@ -72,6 +73,9 @@ indicating whether ellipses should be present, absent, filled or colored. \item{ellipse.linetype}{Discrete number specifying the style of ellipses. (default: \code{ellipse.linetype = 1})} +\item{ellipse.level}{Number between 0 and 1 to adjust confidence level. +(default: \code{ellipse.level = 0.95})} + \item{vec.size}{Number specifying the size of vectors. (default: \code{vec.size = 0.5})}