Oyster_Export {shelltrace} | R Documentation |
Function that exports data of the growth model
Description
Function that exports the results of the bivalve growth model as tables in the form of XLSX files. de Winter, N. J. (2017) <doi:10.5194/gmd-2017-137>
Usage
Oyster_Export(subincr_matrix, name_file)
Arguments
subincr_matrix |
Data frame that contains characteristics of every sub-increment |
name_file |
String containing the name of the file to be exported |
Details
Results are exported as "<name file>.xlsx?" in the working directory
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
## Not run:
Oyster_Export(subincr_matrix6, "test_export")
## End(Not run)