Learn R Programming

bdvis (version 0.1.0)

bdcomplete: bdcomplete - Computes completeness values for each cell currently returns Chao2

Description

bdcomplete - Computes completeness values for each cell currently returns Chao2

Usage

bdcomplete(indf, recs = 50)

Arguments

indf
- Input data frame containing biodiversity data set
recs
- Minimum number of records per grid cell (Default is 50, if the number is too low, might give error)

Value

  • data.frame with the columns
    • "Cell_id"
    {id of the cell}
  • "Sobs"Number of Observed species
  • "Sest"Estimated number of species
  • "c"Completeness ratio the cell

Examples

Run this code
bdcomplete(inat)

Run the code above in your browser using DataLab