Learn R Programming

neotoma2 (version 1.0.5)

contacts-class: An S4 class for multi-contact information from the Neotoma Paleoecology Database.

Description

An unordered list of individual S4 contact objects.

Arguments

Value

object of class contacts

Examples

Run this code
{
# 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
}

Run the code above in your browser using DataLab