If data
contains fewer than 42 columns, an error is reported. If it
contains more than 42 columns, only the first 42 are used. This is used by
read.lisst()
, the documentation on which explains the meanings
of the columns.
as.lisst(
data,
filename = "",
year = 0,
tz = "UTC",
longitude = NA,
latitude = NA
)
A lisst object.
A table (or matrix) containing 42 columns, as in a LISST data file.
Name of file containing the data.
Year in which the first observation was made. This is necessary because LISST timestamps do not indicate the year of observation. The default value is odd enough to remind users to include this argument.
Timezone of observations. This is necessary because LISST timestamps do not indicate the timezone.
Longitude of observation.
Latitude of observation.
Dan Kelley
Other things related to lisst data:
[[,lisst-method
,
[[<-,lisst-method
,
lisst-class
,
plot,lisst-method
,
read.lisst()
,
summary,lisst-method