lets.load {letsR} | R Documentation |
Load a PresenceAbsence object
Description
Reload PresenceAbsence objects written with the function
lets.save
.
Usage
lets.load(file)
Arguments
file |
a character string giving the name of the file to load. |
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]