Oyster_phase_export {shelltrace} | R Documentation |
Export results of trace element model
Description
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>
Usage
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
Value
XLSX files of all result matrices of the trace element model
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_Export"
Examples
## Not run:
Oyster_phase_export(phase_stat, el_time, M_el_mat, M_el_mat_c, "test")
## End(Not run)