Description Usage Format Details Examples
This data sets contains two taxonomies.
1 |
taxo.eg
is a list containing the 2 following objects:
is a data frame with 15 species and 3 columns.
is a data frame with 40 species and 2 columns.
Variables of the first data frame are : genre (a factor genre with 8 levels),
famille (a factor familiy with 5 levels) and ordre (a factor order with 2 levels).
Variables of the second data frame are : gen(a factor genre with 29 levels), fam (a factor family with 19 levels).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | data(taxo.eg)
taxo.eg[[1]]
as.taxo(taxo.eg[[1]])
class(taxo.eg[[1]])
class(as.taxo(taxo.eg[[1]]))
tax.phy <- taxo2phylog(as.taxo(taxo.eg[[1]]), add.tools = TRUE)
plot(tax.phy,clabel.l=1)
par(mfrow = c(1,2))
table.phylog(tax.phy$Bindica,tax.phy)
table.phylog(tax.phy$Bscores,tax.phy)
par(mfrow = c(1,1))
radial.phylog(taxo2phylog(as.taxo(taxo.eg[[2]])))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.