PAM_subset: Constructor of S3 objects of class PAM_subset

Description Usage Arguments Value

Description

Constructor of S3 objects of class PAM_subset

Usage

1
2
3
new_PAM_subset(PAM = new("SpatialPolygonsDataFrame"), PAM_indices = NULL,
               PAM_selected_sites_random = NULL, PAM_selected_sites_G = NULL,
               PAM_selected_sites_E = NULL, PAM_selected_sites_EG = NULL)

Arguments

PAM

SpatialPolygonsDataFrame object associated to information about species presence and absence in a geographic grid.

PAM_indices

list of indices derived from a PAM. Default = NULL.

PAM_selected_sites_random

subset of PAM for sites derived from random selection. Default = NULL.

PAM_selected_sites_G

subset of PAM for sites derived from selection considering geographic distances. Default = NULL.

PAM_selected_sites_E

subset of PAM for sites derived from selection considering environmental distances. Default = NULL.

PAM_selected_sites_EG

subset of PAM for sites derived from selection considering environment and geography. Default = NULL.

Value

An object of class PAM_subset.


biosurvey documentation built on Sept. 16, 2021, 1:07 a.m.