contacts-class {neotoma2} | R Documentation |
An S4 class for multi-contact information from the Neotoma Paleoecology Database.
Description
An unordered list of individual S4 contact
objects.
Value
object of class contacts
Examples
{
# Create two contact objects and associate them within a contacts object.
simon <- new("contact", familyname = "Goring", givennames = "Simon J.")
socorro <- new("contact", familyname = "Dominguez", givennames = "Socorro")
packagers <- new("contacts", contacts = list(simon, socorro))
packagers
}
[Package neotoma2 version 1.0.4 Index]