Plot a MT3DMS concentrations observation time series

# S3 method for cobs
rmt_plot(cobs, i = NULL, j = NULL, k = NULL)

Arguments

cobs

RMT3DMS cobs objected as returned from rmt_read_obs

i

row number to subset observations. Defaults to NULL.

j

column number subset observations. Defaults to NULL.

k

layer number subset observations. Defaults to NULL.

Value

ggplot2 object

Details

The observations are named using their k-i-j indices.