subpop.comp: Number of subpopulations

Description Usage Arguments Details Value Author(s) References Examples

View source: R/IUCNeval.functionv11.R

Description

Estimate the number of locations following the method **circular buffer method**

Usage

1
subpop.comp(XY, Resol_sub_pop = 5)

Arguments

XY

string, indicating the method used for estimating the number of locations. Either "fixed_grid" or "sliding scale". See details. By default, it is "fixed_grid"

Resol_sub_pop

numeric. Defines in kilometers the radius of the circles around each occurrence

Details

Input as a dataframe should have the following structure:

It is mandatory to respect field positions, but field names do not matter

[,1] ddlat numeric, latitude (in decimal degrees)
[,2] ddlon numeric, longitude (in decimal degrees)
[,3] tax character or factor, taxa names

Value

A list with one list for each taxa containing [[1]]Number of subpopulation and [[2]]SpatialPolygons.

Author(s)

Gilles Dauby, gildauby@gmail.com

References

Rivers MC, Bachman SP, Meagher TR, Lughadha EN, Brummitt NA (2010) Subpopulations, locations and fragmentation: applying IUCN red list criteria to herbarium specimen data. Biodiversity and Conservation 19: 2071-2085. doi: 10.1007/s10531-010-9826-9

Examples

1
2
3
4
5
data(dataset.ex)
## Not run: 
subpop <- subpop.comp(dataset.ex, Resol_sub_pop = 5)

## End(Not run)

ConR documentation built on July 2, 2020, 2:33 a.m.

Related to subpop.comp in ConR...