saveENMevaluation | R Documentation |
Save an ENMevaluation object as an .rds file. This is necessary
to use instead of saveRDS()
because terra SpatRasters require wrap()
before
saving to preserve the connections to the raster data. This convenience
function does that for you.
saveENMevaluation(e, filename)
e |
ENMevaluation object |
filename |
character: path to the file to create with .rds extension |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.