Constructor of S3 objects of class master_selection
new_master_selection(data_matrix, preselected_sites = NULL, region,
mask = NULL, raster_base, PCA_results = NULL,
selected_sites_random = NULL, selected_sites_G = NULL,
selected_sites_E = NULL, selected_sites_EG = NULL)
date.frame with information about geographic location of raster cells, initial environmental data, and if available, the first two principal components derived from an analysis done with environmental values.
data.frame containing sites that must be included in posterior selections of sites for the survey system. Columns must be: "Sites", "Longitude", "Latitude", in that order. Default = NULL.
SpatialPolygons* object representing the region of interest.
SpatialPolygons* object used. Default = NULL.
a SpatialPolygonsDataFrame representing the grid of the raster layers used, which will be used for plotting purposes.
results of principal component analysis performed with values from raster layers used. Default = NULL.
data.frame with the sites selected randomly. Default = NULL.
data.frame with the sites selected based on geographic distances. Default = NULL.
data.frame with the sites selected based on environmental distances. Default = NULL.
data.frame with the sites selected based on environmental and geographic considerations. Default = NULL.
An S3 object of class master_selection
.