species_info {popbayes} | R Documentation |
Species information dataset
Description
This dataset contains information about 15 African mammal species.
It can be used in the function format_data()
to convert individual counts
estimated from a field method to a preferred field method. The field method
can be A
(aerial counts) or G
(ground counts). See format_data()
for
further information. It also contains the maximum population growth rate
(i.e. the maximum change in log population size).
User can take this dataset as a template to add information for missing
species. Note that only species
, pref_field_method
, conversion_A2G
,
and rmax
are required.
Usage
species_info
Format
A data.frame
with 15 rows (African mammals species) and the
following variables:
- order
the order of the species
- family
the family of the species
- species
the species binomial name
- english
the species English name
- french
the species French name
- category
the detectability category of the species. One of
MLB
for Medium-sized Light and Brown species (20-150kg),LLB
for Large Light and Brown species (>150kg),LD
for Large Dark (>150kg),Elephant
, andGiraffe
- pref_field_method
the preferred field method of the species. One of
A
for Aerial counts, andG
for Ground counts- conversion_A2G
the conversion multiplicative factor (corresponding to the detectability category) used to convert aerial to ground counts
- rmax
the maximum population growth rate
Examples
data("species_info")
species_info