read.epmGrid {epm} | R Documentation |
Read a epmGrid object
Description
Load a saved epmGrid object.
Usage
read.epmGrid(filename)
Arguments
filename |
filename, with extension |
Details
This function will read in epmGrid objects that
were saved with write.epmGrid
.
Value
object of class epmGrid
Author(s)
Pascal Title
Examples
#save
write.epmGrid(tamiasEPM, paste0(tempdir(), '/tamiasEPM'))
# read back in
tamiasEPM <- read.epmGrid(paste0(tempdir(), '/tamiasEPM.rds'))
# delete the file
unlink(paste0(tempdir(), '/tamiasEPM.rds'))
[Package epm version 1.1.2 Index]