bcispp.info {CTFS} | R Documentation |
A tabulation of information on each species found during all cenuses of the BCI 50 HA plot. Information currently includes taxonomic levels, growth form, size at reproductions, breed system and maximum height. The information for each species is derived from various sources.
data(bcispp.info)
A dataframe with 318 rows and 8 columns
rowname
and sp
are of the same case.
bcispp.info
variables have the following values:
Code | Growth Form | Number of Species |
H | herb | 2 |
M | main canopy | 75 |
S | shrub | 59 |
T | treelet | 108 |
U | understorey | 64 |
Z | unknown | 4 |
“.” | other missing | 6 |
Code | Breeding System | Number of Species |
B | bisexual | 202 |
D | dioecious | 64 |
M | monecious | 35 |
P | polygamous | 11 |
“.” | other missing | 6 |
The Center for Tropical Forest Science
http://www.ctfs.si.edu
## Not run: str(bcispp.info) `data.frame': 318 obs. of 8 variables: $ sp : chr "acacme" "acaldi" "acalma" "ade1tr" ... $ genus : chr "Acacia" "Acalypha" "Acalypha" "Adelia" ... $ species : chr "melanoceras" "diversifolia" "macrostachya" "triloba" ... $ family : chr "Fabaceae:Mimos." "Euphorbiaceae" "Euphorbiaceae" "Euphorbiaceae" ... $ grform : chr "U" "S" "U" "U" ... $ repsize : int 4 2 2 10 4 20 16 4 4 20 ... $ breedsys: chr "B" "M" "M" "D" ... $ maxht : chr "6" "6" "5" "5" ... ## End(Not run)