changepoint: Functions for detecting changepoints laser transects

changepointR Documentation

Functions for detecting changepoints laser transects

Description

Uses cpt.meanvar to find the changepoint in Ca43_CPS or Pb208_CPS or their ratio at the epoxy/valve transition.

Usage

id_changepoint(x, .var, .use_up_to_row, .method = "AMOC", .outer = FALSE)

pbca_minpoint(x, .use_up_to_row, .outer = FALSE)

maxpoint(x, .var, .use_up_to_row, .threshold = 1, .outer = FALSE)

Arguments

x

a chemistry dataset

.use_up_to_row

how many rows of data to used in the changepoint detection

.method

passed to cpt.meanvar

Functions

  • pbca_minpoint: detect change in Pb/Ca by minimum value

  • maxpoint: detect change by maximum


bsaul/elktoeChemistry documentation built on Nov. 17, 2022, 8:10 a.m.