powered by
Calculates age resolution indicators for charcoal records selected using pfSiteSel or pfInteractive functions.
pfSiteSel
pfInteractive
pfResolution(ID, AgeLim = NULL)
An object of the class "pfSiteSel"
Numeric, defines age limits for age resolution calculations (e.g. AgeLim=c(-50,6000))
A data frame with the following informations: ID_SITE, SITE_NAME, Median Resolution of the record, Mean Resolution and Standard deviation
# NOT RUN { 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