lobo-class: Class to store LOBO data
Description
Class to store LOBO data, with standard slots
metadata
, data
and processingLog
.Methods
Data may be accessed as e.g. pt[["time"]]
, where the
string could also be "pressure"
or "temperature"
. Assignment
to these can be made with e.g. pt[["pressure"]] <- value
, etc.
Indeed, any quantity in the metadata
slot or the data
slot
can be retrieved or updated in this way.See Also
A lobo
object may be read with read.lobo
or
created with as.lobo
. Plots can be made with
plot.lobo
, while summary.lobo
produces
statistical summaries and show
produces overviews.