Constructor of S3 objects of class PAM_subset
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)
SpatialPolygonsDataFrame object associated to information about species presence and absence in a geographic grid.
list of indices derived from a PAM. Default = NULL.
subset of PAM
for sites derived from
random selection. Default = NULL.
subset of PAM
for sites derived from
selection considering geographic distances. Default = NULL.
subset of PAM
for sites derived from
selection considering environmental distances. Default = NULL.
subset of PAM
for sites derived from
selection considering environment and geography. Default = NULL.
An object of class PAM_subset
.