cma(object, ...)## S3 method for class 'default':
cma(object, \dots)
## S3 method for class 'analog':
cma(object, cutoff, prob = c(0.01, 0.025, 0.05), ...)
analog
.object$
quantile
.cma
methods."cma"
with the following components:close
is the distances for the close modern
analogues from the training set that are as close as cutoff
,
or closer, to the fossil sample.Simpson, G.L., Shilland, E.M., Winterbottom, J. M. and Keay, J. (2005) Defining reference conditions for acidified waters using a modern analogue approach. Environmental Pollution 137; 119--133.
analog
## continue the RLGH example from ?join
example(join)
## analog matching between SWAP and RLGH core
swap.analog <- analog(swapdiat, rlgh, method = "chord")
swap.analog
summary(swap.analog)
## close modern analogues
swap.cma <- cma(swap.analog)
swap.cma
summary(swap.cma)
Run the code above in your browser using DataLab