sampleFrom | R Documentation |
Samples from a set of normal distributions with parameters given in xbar
and xvar
.
sampleFrom(xbar=0, xvar=1, n=1, randn=NULL, type="norm")
xbar |
a named vector of means. |
xvar |
a named vector of variances. |
n |
a vector containing the sample sizes of each species. |
randn |
a range of sample sizes are to be random. |
type |
|
A vector, with labels.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.