Skip to contents

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.

Usage

lets.save(pam, ...)

Arguments

pam

A PresenceAbsence object.

...

other arguments passed to the function save

Author

Bruno Vilela

Examples

if (FALSE) {
data(PAM)
lets.save(PAM, file = "PAM.RData")
PAM <- lets.load(file = "PAM.RData")
}