ModifyRecord | R Documentation |
Modify a proxy firn profile (e.g., an isotope record) to simulate changes over time given values of downward advection, compression by densification, and diffusional smoothing.
ModifyRecord(
rec.in,
res,
depth.hires,
depth.lores = NULL,
SIGMA = NULL,
STRETCH = NULL,
ADV = NULL
)
rec.in |
numeric vector with the firn proxy (isotope) record to be modified. |
res |
the (high) depth resolution of the firn record on which the the modification processes are calculated. |
depth.hires |
numeric vector with the (high-resolution) depth scale on
which |
depth.lores |
numeric vector with a lower resolution depth scale of
|
SIGMA |
diffusion length value to smooth the record; must be in the
same units as |
STRETCH |
value of the amount of compression due to densification of
the original depth scale of |
ADV |
value of downward advection of the |
A list with one or two elements:
the modified record on the high depth resolution
res
;
if depth.lores
is not NULL
, the modified
record on this lower depth resolution.
Thomas Münch
DiffuseRecord
; CompressRecord
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.