Oyster_phase_export function

Export results of trace element model

Export results of trace element model

A function that takes all the matrices with results of the trace element model and exports them as XLSX files. de Winter, N. J. (2017) doi:10.5194/gmd-2017-137

Oyster_phase_export(phase_stat, el_time, M_el_mat, M_el_mat_c, name_shell)

Arguments

  • phase_stat: matrix of statistics of trace elements and phases in the total map
  • el_time: Matrix of trace element concentrations through time
  • M_el_mat: Matrix of mass accumulation per trace element
  • M_el_mat_c: Matrix of cumulative mass accumulation per trace element
  • name_shell: Name of the shell used in the model to be incorporated into the file names

Details

All matrices fed to the function are exported as XLSX files in the working directory using the " write.xlsx" function of the "xlsx" package

Returns

XLSX files of all result matrices of the trace element model

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_Export"

Source

GitHub

Manuscript

Supplementary data

Author website

Examples

## Not run: Oyster_phase_export(phase_stat, el_time, M_el_mat, M_el_mat_c, "test") ## End(Not run)