Oyster_Z_matrices {shelltrace} | R Documentation |
Function that calculates matrices of Z-values for all sub-increments and all X-values
Description
Function that calculates Z-values that form the edge of the shell in terms of distance from the X-axis in direction of the width of the shell. de Winter, N. J. (2017) <doi:10.5194/gmd-2017-137>
Usage
Oyster_Z_matrices(IncG, subincr_matrix)
Arguments
IncG |
Matrix of X- and Y-coordinates of all interpolated sub-increments |
subincr_matrix |
Data frame that contains characteristics of every sub-increment |
Details
Z-values are calculated using the standard formulae of an ellipse, the parameters calculated in "Oyster_Oval_parameters" and the X-coordinates of each sub-increment
Value
Z-mat |
Matrix of Z-values for each X-value and each 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
Z_mat<-Oyster_Z_matrices(IncG, subincr_matrix4)