Description Usage Format Examples
Load clade successes as generated by getCladeSuccess()
for simulated
data. unif.clades
contains 100 clades where each success is uniform
through time. arch.clades
contains 100 clades where each experiences
a rise and fall through time. The simulated data is used to testplotClades()
.
1 | data (testclades)
|
testclades
contains two data.frame
s:
unif.clades
and arch.clades
1 2 3 4 | data (testclades) # load objects
# plot
plotClades (clades=unif.clades, cids=1:ncol (unif.clades), merge=TRUE)
plotClades (clades=arch.clades, cids=1:ncol (arch.clades), merge=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.