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. 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. Items in metadata
must be specifield by full name, but
those in data
may be abbreviated, so long as the abbreviation is
unique. }
d[["c1"]] <- smooth(d[["c1"]]
.}
show
method (e.g.
show(d)
) displays information about a lisst object named
d
.}
read.lisst
, plot them
with plot.lisst
, and summarize them with
summary
.