Learn R Programming

neotoma (version 1.6.2)

ages: Access proxy age data

Description

Extracts age information from objects and returns them in a useful format.

Usage

ages(obj, ...)

# S3 method for download ages(obj, ...)

# S3 method for download_list ages(obj, ...)

Arguments

obj

an R object from which counts are to be extracted.

...

arugments passed to other methods.

Value

Either a data frame of ages or a list of such objects.

Details

Methods are available for "download" and "download_list" objects.

Examples

Run this code

ostracodes <- get_dataset(datasettype = 'ostracode')

ostro.dl <- get_download(ostracodes)
ostro.ages <- ages(ostro.dl)

Run the code above in your browser using DataLab