lets.save {letsR} | R Documentation |
Save a PresenceAbsence object
Description
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 |
Author(s)
Bruno Vilela
See Also
Examples
## Not run:
data(PAM)
lets.save(PAM, file = "PAM.RData")
PAM <- lets.load(file = "PAM.RData")
## End(Not run)
[Package letsR version 5.0 Index]