Function to plot different results obtained from the application of the M3 mixing model

plot_m3_mixing_results(gdata, mixing.res, type = c("concentration",
  "mixing.ratio", "residual"), element)

Arguments

gdata

A geochemical_dataset object

mixing.res

A list with ther results of the m3_mixing_model function

type

A character string specifying the plot type to be created. Currently the supported options are:

  • concentration

  • mixing.ratio

element

A character string with the name of the ion

Value

This function returns a ggplot2 object with the requested plot.

See also