mevol_CVP | R Documentation |
More about it
mevol_CVP(
mat = mat,
group = group,
lim = 30,
nrep = 100,
return.matrix = FALSE,
minInd = NULL,
print.legend = TRUE
)
mat |
A PCA matrix (individuals in rows and variables in columns). |
group |
the grouping factor (a vector or a factor) |
lim |
maximum number of components to be included |
nrep |
number of resampling. |
return.matrix |
if =TRUE, the matrix used to draw the graphics is returned. |
minInd |
the minimum number of specimens to be included in the analyses. By default the number of specimens in the smallest group. |
print.legend |
|
a graph and if return.matrix
is TRUE
, then a list
# Some examples
mevol_CVP(pig$mat, pig$gp, nrep=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.