plotVcv: Plot variance-covariance matrix (phylogenetic signal and...

plotVcvR Documentation

Plot variance-covariance matrix (phylogenetic signal and relative phylogentic and convergent correlations)

Description

Plot variance-covariance matrix (phylogenetic signal and relative phylogentic and convergent correlations)

Usage

plotVcv(
  correlations,
  phylogenetic.signal,
  order_vars = NULL,
  labels = NULL,
  triangular = T,
  triangularFillType = "pie"
)

Arguments

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"


pablosanchezmart/TrEvol documentation built on April 23, 2024, 4:05 p.m.