Function that combines the concentrations of trace elements per sub-increment with a smoothed record of mass accumulation with time to calculate the rate of accumulation of each element through the lifetime of the bivalve. de Winter, N. J. (2017) <doi:10.5194/gmd-2017-137>
Oyster_accumulation(el_time, subincr_matrix, npma = 10)
Matrix of trace element concentrations through time
Data frame that contains characteristics of every sub-increment
Integer n-value determining the window size of the moving average smoothing of the mass accumulation record
Matrices of trace element accumulation per sub-increment and cumulative trace element accumulation
Matrix of mass accumulation per trace element
Matrix of cumulative mass accumulation per trace element
A record of mass accumulation of the shell is smoothed using a moving average. This mass accumulation record is multiplied with the records of trace element concentrations per sub-increment to obtain a record of mass accumulation of each trace element through time and a record of cumulative trace element accumulation through time
de Winter, N. J.: ShellTrace v1.0 ? A new approach for modelling growth and trace element uptake in marine bivalve shells: Model verification on pacific oyster shells (Crassostrea gigas), Geosci. Model Dev. Discuss., https://doi.org/10.5194/gmd-2017-137, in review, 2017.
"Oyster_el_time"
# NOT RUN {
AccL<-Oyster_accumulation(el_time, subincr_matrix6, npma = 10)
# }
Run the code above in your browser using DataLab