Learn R Programming

paleofire (version 1.1.8)

contiguous: Are cores sampled contiguously?

Description

The function checks wether cores have been sampled contiguously or with a depth resolution

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

x=pfSiteSel(lat>12,lat<60,long<(-50),long>-140)
contiguous(x)

Run the code above in your browser using DataLab