Description Usage Format See Also
The example_pat_failure_A
dataset provides a quickly loadable
version of a pa_timeseries object for practicing and code examples.
This dataset was was generated on 2020-09-15 by running:
1 2 3 4 5 6 7 8 9 10 11 12 13 | library(AirSensor)
initializeMazamaSpatialUtils()
example_pat_failure_A <- pat_createNew(
label = "SCNP_20",
pas = example_pas,
startdate = "2019-04-01",
enddate = "2019-04-18",
verbose = "TRUE"
)
save(example_pat_failure_A, file = "data/example_pat_failure_A.rda")
|
1 |
An S3 object composed of "meta" and "data" data.
example_pat
example_pat_failure_B
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.