Functions to save and read master objects
Arguments
- master
object derived from the functions
prepare_master_matrix
,random_selection
,uniformG_selection
,uniformE_selection
, oruniformEG_selection
.- file_name
(character) name for the file to save or read the master object (includes extension ".rds").
- verbose
whether or not to print messages about the process. Default = TRUE.
Value
If verbose
= TRUE, a message indicating the path where the object
was saved.
a master matrix object with unwrapped spatial objects.
Examples
m_matrix <- read_master(system.file("extdata/m_matrix.rds",
package = "biosurvey"))