contiguous: Are cores sampled contiguously?

Description Usage Arguments Value Author(s) See Also Examples

View source: R/contiguous.R

Description

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

Usage

1
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)

Author(s)

O. Blarquez

See Also

pfResolution

Examples

1
2
3
4
5
## Not run: 
x=pfSiteSel(lat>12,lat<60,long<(-50),long>-140)
contiguous(x)

## End(Not run)

paleofire documentation built on Jan. 11, 2020, 9:44 a.m.