- x
Fossil occurrence data grouped into
spatiotemporally distinct assemblages
- y
A stratigraphic range dataset from which
consensus assemblage ages will be derived
- assemblage
The column name of the assemblage
groups in x
- srt
The column name of stratigraphic bases for
each element in both x and y - i.e. x and y must have
this same name for that column
- end
The column name of stratigraphic tops for
each element in both x and y - i.e. x and y must have
this same name for that column
- taxon
The column name denoting the taxon names
in both x and y - i.e. x and y must have
this same name for that column
- err
The column name flagging age errors for
occurrences in x. This allows 100$ valid assemblages to
be skipped. Age errors can be derived using @seealso
flag_ranges. All error codes must be one of: "000" -
unchecked, "R1R" - valid, "0R0" - both FAD and LAD exceeded,
"00R" - totally older than range, "R00" - totally younger
than range, "01R" - FAD exceeded, "1R0" - LAD exceeded.
If not supplied, all assemblages will be checked, even if
they are already valid a priori.
- do.flag
Rather than supplying error codes, should
flag_ranges be called internally to generate error codes
for supply to the rest of revise_ranges? As with err, this
is useful to prefilter individual occurrences, allowing
assemblages contain all valid, all unchecked or a mixture
of such error codes to be skipped. This can massively speed
up processing time for large datasets.
- prop
A numeric, between 0 and 1, denoting the
threshold percentage of taxa in the assemblage for
which a consensus age must be found
- allow.zero
A logical determining if, in the
case of a collection LAD being equal to the consensus
age FAD (i.e. a pointwise overlap), that pointwise
age will be taken as the revised age. The resultant
collection age will have no uncertainty as a result,
which may be unrealistic. The default behaviour is
FALSE, in which case pointwise overlaps will be
ignored and the revised age taken instead
- verbose
A logical determining if the progress
of the redating procedure should be reported