Learn R Programming

gambin (version 2.5.0)

categ: Simulated bird SAD dataset with species classification data

Description

A randomly generated bird SAD dataset where each species has been randomly classified according to its origin (native, exotic or invasive).

Arguments

Format

A dataframe with three columns: 1) 'abundances' = the abundance of each species, 2) 'species' = the species names, and 3) 'status' the species origin classification. In regards to (3) each species is classified as either native (N), exotic (E) or invasive (I).

Examples

Run this code
# NOT RUN {
data(categ, package = "gambin")
# }

Run the code above in your browser using DataLab