lets.save: Save a PresenceAbsence object

View source: R/lets_save_load.R

lets.saveR 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 save

Author(s)

Bruno Vilela

See Also

lets.presab

lets.presab.birds

Examples

## Not run: 
data(PAM)
lets.save(PAM, file = "PAM.RData")
PAM <- lets.load(file = "PAM.RData")

## End(Not run)


letsR documentation built on Nov. 23, 2023, 9:07 a.m.