Oyster_Export function

Function that exports data of the growth model

Function that exports data of the growth model

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

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 ".xlsx?" in the working directory

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.

Author(s)

Niels J. de Winter

Note

Please cite Geoscientific Model Development paper dealing with the ShellTrace model

See Also

"Oyster_av_thickness"

Source

GitHub

Manuscript

Supplementary data

Author website

Examples

## Not run: Oyster_Export(subincr_matrix6, "test_export") ## End(Not run)