Learn R Programming

ade4 (version 1.2-2)

pap: Taxonomy and quantitative traits of carnivora

Description

This data set describes the taxonomy of 39 carnivora. It also gives life-history traits corresponding to these 39 species.

Usage

data(pap)

Arguments

source

Data taken from the phylogenetic autocorrelation package starting from: http://www.ent.orst.edu/pa/demopa.asp.

Details

Variables of pap$tab are the following ones : genre (genus with 30 levels), famille (family with 6 levels), superfamille (superfamily with 2 levels). Variables of pap$tab are Group Size, Body Weight, Brain Weight, Litter Size.

Examples

Run this code
data(pap)
taxo <- taxo2phylog(as.taxo(pap$taxo))
table.phylog(scalewt(pap$tab), taxo, csi = 2, clabel.nod = 0.6,
 f.phylog = 0.6)

Run the code above in your browser using DataLab