plotVcv | R Documentation |
Plot variance-covariance matrix (phylogenetic signal and relative phylogentic and convergent correlations)
plotVcv(
correlations,
phylogenetic.signal,
order_vars = NULL,
labels = NULL,
triangular = T,
triangularFillType = "pie"
)
correlations |
(data frame) correlations output of correlationsTraits$correlations.rslts |
phylogenetic.signal |
(data frame) phylogenetic signal as reported by phylogeneticSignalTraits$phylogenetic.signal.rslts |
order_vars |
(character) order of the variables to plot. |
labels |
(data frame) name of the variables and their corresponding labels to be ploted. |
triangular |
(logical) if true, all the information is plotted together in an efficient way in a triangular matrix. |
triangularFillType |
(pie or "circle) Ow to represent proportional correlation" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.