Oyster_subincr_shell_height {shelltrace} | R Documentation |
A fomula to calculate shell height per sub-increment
Description
Formula that calculates shell height at the time of deposition of each sub-increment. de Winter, N. J. (2017) <doi:10.5194/gmd-2017-137>
Usage
Oyster_subincr_shell_height(subincr_matrix, IncG, Xstep)
Arguments
subincr_matrix |
Data frame that contains characteristics of every sub-increment |
IncG |
Matrix of X- and Y-coordinates of all interpolated sub-increments |
Xstep |
Step value in X-direction for the interpolation of sub-increments |
Details
Shell height is calculated via the Pythagorean Theorem using the X- and Y-coordinates of both ends of the shell sub-increment with extreme X-values
Value
subincr_matrix |
Revised version of the "incr_matrix" data frame that contains shell height 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_Shell_height"
Examples
subincr_matrix2<-Oyster_subincr_shell_height(subincr_matrix1,IncG,Xstep=1)