read.epmGrid | R Documentation |
Load a saved epmGrid object.
read.epmGrid(filename)
filename |
filename, with extension |
This function will read in epmGrid objects that
were saved with write.epmGrid
.
object of class epmGrid
Pascal Title
#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'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.