Learn R Programming

paleofire (version 1.1.8)

pfResolution: Calculates age resolution indicators for charcoal records

Description

Calculates age resolution indicators for charcoal records selected using pfSiteSel or pfInteractive functions.

Usage

pfResolution(ID, AgeLim = NULL)

Arguments

ID
An object of the class "pfSiteSel"
AgeLim
Numeric, defines age limits for age resolution calculations (e.g. AgeLim=c(-50,6000))

Value

data.frame
A data frame with the following informations: ID_SITE, SITE_NAME, Median Resolution of the record, Mean Resolution and Standard deviation

Examples

Run this code

ID=pfSiteSel(lat>40, lat<90, long>-100, long<=-50)
Res=pfResolution(ID,AgeLim=c(-50,8000))
head(Res)

Run the code above in your browser using DataLab