shelltrace (version 3.5.1)

Oyster_Mass_gain: 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

Value

subincr_matrix

Updated data frame that contains characteristics of every sub-increment with modelled shell mass calculations added to the matrix

Details

Calculates mass gain from modelled changes in volume based on the shell density

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

Run this code
# NOT RUN {
  subincr_matrix6<-Oyster_Mass_gain(subincr_matrix5, phase_mat, O1_phase)
# }

Run the code above in your browser using DataCamp Workspace