shelltrace (version 3.5.1)

Oyster_phase_export: 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

Value

XLSX files of all result matrices of the trace element model

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

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

Run this code
# NOT RUN {
  
# }
# NOT RUN {
    Oyster_phase_export(phase_stat, el_time, M_el_mat, M_el_mat_c, "test")
  
# }

Run the code above in your browser using DataLab