shelltrace (version 3.5.1)

Oyster_subincr_av_thickness: Formula that calculates average shell thickness through time

Description

Formula that calculates average shell thickness at the moment of deposition of each shell sub-increment from cross section area and shell length and adds the result to the matrix of increment characteristics. de Winter, N. J. (2017) <doi:10.5194/gmd-2017-137>

Usage

Oyster_subincr_av_thickness(subincr_matrix)

Arguments

subincr_matrix

Data frame that contains characteristics of every sub-increment

Value

subincr_matrix

Revised version of the "incr_matrix" data frame that contains average shell thickness recalculated for every sub-increment

Details

Shell thickness is calculated as the ratio between cross section area and shell length (Increment 0)

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_matrix3<-Oyster_subincr_av_thickness(subincr_matrix2)
# }

Run the code above in your browser using DataLab