Learn R Programming

oce (version 0.9-3)

lisst-class: Class to store LISST data

Description

Class to store LISST data.

Arguments

Methods

The sections below assume a LISST object named d. Generally, these are created by as.lisst or by read.lisst, and the documentation for the latter should be consulted for information on the object contents.

Extracting values{The time-series data may be accessed as e.g. d[["c1"]] for size-class numbrer 1. There are 32 size classes. Also available are d[["temperature"]] and d[["pressure"]] and d[["time"]]. See read.lisst for further details.}

Assigning values{This follows the standard form, e.g. to smooth data in size class 1 over time, do d[["c1"]] <- smooth(d[["c1"]].}

Overview of contents{The show method (e.g. show(d)) displays information about a lisst object named d.}

References

The LIST-100 users guide (version 4.65), which provided the information for this function, was downloaded in late May 2012, from http://www.sequoiasci.com/products/fam_LISST_100.aspx.

See Also

One may read lisst objets with read.lisst, plot them with plot.lisst, and summarize them with summary.