Constructor of S3 objects of class PAM_subset
Usage
new_PAM_subset(PAM, 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
SpatVector 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.