View source: R/class-ExposureSeries.R
ExposureSeries | R Documentation |
Creates an object that encapsulates an exposure time-series with its
metadata, such as formatted datetime strings and file name where the
series was loaded from. no_exposure()
is shorthand to create a time-series
of constant zero exposure.
ExposureSeries(series, dates, file, meta, context)
series |
|
dates |
|
file |
|
meta |
|
context |
|
an S4 object of type ExposureSeries
dates
original time points of time-series, e.g. time stamps of the form 2000-01-01 12:00
file
character
, file name where data originates from, may be empty
meta
list
, contains metadata
context
list
, contains contextual metadata, such as project ids
series
data.frame
containing the actual time-series
no_exposure()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.