shelltrace (version 3.5.1)

Oyster_el_time: Calculate concentrations of trace elements per sub-increment

Description

Function that takes the matrix of phase pixels per sub-increment together with the matrix of concentrations per phase to calculate the concentration of each trace element in every sub-increment. de Winter, N. J. (2017) <doi:10.5194/gmd-2017-137>

Usage

Oyster_el_time(phase_mat, phases)

Arguments

phase_mat

Matrix of amounts of pixels of each phase per sub-increment

phases

Matrix containing colour and trace element data of the phases in the XRF phase map

Value

Matrix of trace element concentrations per sub-increment

el_time

Matrix of trace element concentrations through time

Details

For every sub-increment, the relative contribution of phases is multiplied with the trace element concentrations of the phases to calculate the average concentration of trace elements in each sub-increment

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

Examples

Run this code
# NOT RUN {
  el_time<-Oyster_el_time(phase_mat, O1_phase)
# }

Run the code above in your browser using DataCamp Workspace