plotVcvScatterplots: Plot scatterplots showing the variance-covariancae related to...

View source: R/plotVcvScatterplots.R

plotVcvScatterplotsR Documentation

Plot scatterplots showing the variance-covariancae related to phylogeny-neutral genetic structure and convergence.

Description

Plot scatterplots showing the variance-covariancae related to phylogeny-neutral genetic structure and convergence.

Usage

plotVcvScatterplots(
  variable1,
  variable2,
  environmental.variables = NULL,
  dataset,
  model.specifications,
  phylogeny
)

Arguments

variable1

(character) Name of the first variable. It must be contained in dataset.

variable2

(character) Name of the second variable. It must be contained in dataset.

environmental.variables

(character) Names of the environmental.variables. They must be contained in dataset.

dataset

(data frame) dataset containing the variable of interest and a column named animal describing terminal taxa of phylogeny.

model.specifications

(list) Mcmcglmm models specifications. See defineModelsSpecification.

phylogeny

(phylo) phylogeny with tip labels contained in dataset$animal


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