rTraitContWeight {phylosignal} | R Documentation |
Traits Values Simulation
Description
This function simulates the evolution of continuous characters along a phylogeny. Traits values can be more or less influenced by the provided model.
Usage
rTraitContWeight(tree, model = "BM", weight = 1, as.p4d = FALSE)
Arguments
tree |
an object of class " |
model |
the model to use (" |
weight |
a numeric vector with values ranging between 0 and 1 giving the balance between pure random evolution and the selected model. |
as.p4d |
logical. Should the phylogenetic tree and the simulated data coerced to a |
Value
An object of class phyloSimSignal.
[Package phylosignal version 1.3.1 Index]