rstate {phytools} | R Documentation |
Pick a random state according to a vector of probabilities
Description
Internal function for make.simmap
.
Usage
rstate(y)
Arguments
y |
vector of probabilities. Must have names & should probably add to |
Details
This function picks a random element in a vector according to the probability assigned that element. It returns the name. Uses rmultinom
.
Value
A character or string.
Author(s)
Liam Revell liam.revell@umb.edu
References
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
[Package phytools version 2.3-0 Index]