Oyster_Mass_gain {shelltrace} | R Documentation |
Formula that calculates mass increase of bivalve shell with time
Description
Formula that takes the modelled volume of a bivalve shell by sub-increment and calculates mass increase using variable shell density. de Winter, N. J. (2017) <doi:10.5194/gmd-2017-137>
Usage
Oyster_Mass_gain(subincr_matrix, phase_mat, phases)
Arguments
subincr_matrix |
Data frame that contains characteristics of every sub-increment |
phase_mat |
Matrix of amounts of pixels of each phase per sub-increment |
phases |
Matrix containing colour, density and trace element data of the phases in the XRF phase map |
Details
Calculates mass gain from modelled changes in volume based on the shell density
Value
subincr_matrix |
Updated data frame that contains characteristics of every sub-increment with modelled shell mass calculations added to the matrix |
Note
Please cite Geoscientific Model Development paper dealing with the ShellTrace model
Author(s)
Niels J. de Winter
Source
GitHub
Manuscript
Supplementary data
Author website
References
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.
See Also
"Oyster_av_thickness"
Examples
subincr_matrix6<-Oyster_Mass_gain(subincr_matrix5, phase_mat, O1_phase)