R/lets_save_load.R
lets.load.Rd
Reload PresenceAbsence objects written with the function lets.save.
lets.save
lets.load(file)
a character string giving the name of the file to load.
lets.presab
Bruno Vilela
if (FALSE) { # \dontrun{ data(PAM) lets.save(PAM, file = "PAM.RData") PAM <- lets.load(file = "PAM.RData") } # }