The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

How to save and load a PresenceAbsence object

PresenceAbsence objects include SpatRaster objects that cannot be saved directly into an RData external file. For this reason, we developed specific functions (lets.save and lets.load) to save and load PresenceAbsence objects in a similar fashion to the base functions save and load.

library(letsR)
data(PAM) # Example data
lets.save(PAM, file = "PAM.RData") # save the PresenceAbsence object
PAM <- lets.load(file = "PAM.RData") # Load the PresenceAbsence object 

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.