Learn R Programming

oce (version 0.8-3)

cm-class: Class to store current meter data

Description

Class to store current meter data, with standard slots metadata, data and processingLog.

Arguments

Methods

Extracting values{Data may be accessed as e.g. code{cm[["time"]]}, where the string could also be e.g. "u" or "v" for column data, or "latitude" or "longitude" for scalars. (The names of the columns are displayed with show(). The name of the source file is found with "filename".}

Assigning values{Everything that may be accessed may also be assigned, e.g. cm[["u"]] <- rep(35,100).}

Overview of contents{The show method (e.g. show(cm)) displays information about the object.}

See Also

A file containing CM profile data may be read with read.cm. Statistical summaries are provided with summary.cm, while overviews are provided by show. Plots are provided with plot.cm.