-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdat_acdc.Rd
25 lines (25 loc) · 985 Bytes
/
dat_acdc.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dats.R
\docType{data}
\name{dat_acdc}
\alias{dat_acdc}
\title{Example ACDC algorithm output}
\format{
A named list with 4 elements:
\describe{
\item{archive}{A list of results from calls to \code{\link[flapper]{.acs}}, with one element per chunk.}
\item{ts_by_chunk}{A list of time series, with one element per chunk.}
\item{time}{A dataframe that defines the times of sequential stages in the algorithm's progression.}
\item{args}{A named list of user inputs that record the parameters used to generate the outputs.}
}
}
\usage{
dat_acdc
}
\description{
An object of class \code{\link[flapper]{acdc_archive-class}} from \code{\link[flapper]{acdc}}, created by a (2-hour) chunk-wise implementation of this function. This is included principally to streamline function examples.
}
\seealso{
See \code{\link[flapper]{acdc_archive-class}} for further information on this S3 class.
}
\keyword{datasets}