pfResolution: Calculates age resolution indicators for charcoal records

Description Usage Arguments Value Author(s) Examples

View source: R/pfResolution.R

Description

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

Usage

1
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

Author(s)

O. Blarquez

Examples

1
2
3
4
5
6
## Not run: 
ID=pfSiteSel(lat>40, lat<90, long>-100, long<=-50)
Res=pfResolution(ID,AgeLim=c(-50,8000))
head(Res)

## End(Not run)

paleofire/paleofire documentation built on Dec. 29, 2021, 11:09 a.m.