Learn R Programming

paleofire (version 1.2.4)

contiguous: Are cores sampled contiguously?

Description

The function checks wether cores have been sampled contiguously or with a depth resolution <1cm.

Usage

contiguous(x, threshold = 1)

Arguments

x

An object of the class "pfSiteSel"

threshold

Numeric, threshold for considering two samples as contiguous (default=1cm)

Value

Summary table of sites with the added contiguous logical column (TRUE--FALSE)

See Also

pfResolution

Examples

Run this code
# NOT RUN {
x=pfSiteSel(lat>12,lat<60,long<(-50),long>-140)
contiguous(x)
# }

Run the code above in your browser using DataLab