powered by
Save an external representation of a PresenceAbsence object to the specified file. The object can be read back from the file at a later date by using the function lets.load.
lets.load
lets.save(pam, ...)
A PresenceAbsence object.
other arguments passed to the function save
save
Bruno Vilela
lets.presab
lets.presab.birds
if (FALSE) { data(PAM) lets.save(PAM, file = "PAM.RData") PAM <- lets.load(file = "PAM.RData") }
Run the code above in your browser using DataLab