View source: R/plotVcvScatterplots.R
plotVcvScatterplots | R Documentation |
Plot scatterplots showing the variance-covariancae related to phylogeny-neutral genetic structure and convergence.
plotVcvScatterplots(
variable1,
variable2,
environmental.variables = NULL,
dataset,
model.specifications,
phylogeny
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.