m_selection: Example of a master_selection object from using functions for...

m_selectionR Documentation

Example of a master_selection object from using functions for selecting sites

Description

An S3 object of class master_selection. See functions uniformE_selection, uniformG_selection, random_selection, or EG_selection.

Format

A list of 10 elements:

data_matrix

data.frame with 6276 rows and 10 columns

preselected_sites

NULL

region

object of class SpatVector

mask

NULL

raster_base

object of class SpatRaster

PCA_results

list of length 4

selected_sites_random

list with one data.frame

selected_sites_G

list with one data.frame

selected_sites_E

list with one data.frame

selected_sites_EG

NULL

Examples

m_selection <- read_master(system.file("extdata/m_selection.rds",
                                       package = "biosurvey"))

print(m_selection)

claununez/biosurvey documentation built on April 25, 2024, 12:24 a.m.