powered by
The function checks wether cores have been sampled contiguously or with a depth resolution <1cm.
contiguous(x, threshold = 1)
An object of the class "pfSiteSel"
Numeric, threshold for considering two samples as contiguous (default=1cm)
Summary table of sites with the added contiguous logical column (TRUE--FALSE)
pfResolution
# NOT RUN { x=pfSiteSel(lat>12,lat<60,long<(-50),long>-140) contiguous(x) # }
Run the code above in your browser using DataLab