Oyster_subincr_av_thickness {shelltrace}R Documentation

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

Details

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

Value

subincr_matrix

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

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

[Package shelltrace version 3.5.1 Index]