Commit | Line | Data |
---|---|---|
102bcfda BA |
1 | #' @importFrom grDevices colors gray.colors |
2 | #' @importFrom graphics abline hist par plot | |
3 | #' @importFrom methods hasArg is | |
4 | #' @importFrom stats quantile sd | |
b58167f0 | 5 | #' @importFrom utils getFromNamespace read.csv head tail |
102bcfda BA |
6 | #' @importFrom R6 R6Class |
7 | #' | |
2057c793 BA |
8 | #' @include Data.R |
9 | #' @include Forecast.R | |
10 | #' @include Forecaster.R | |
e169b5d5 BA |
11 | #' @include utils.R |
12 | #' @include getData.R | |
13 | #' @include F_Average.R | |
14 | #' @include F_Neighbors.R | |
15 | #' @include F_Persistence.R | |
16 | #' @include F_Zero.R | |
17 | #' @include J_Neighbors.R | |
18 | #' @include J_Persistence.R | |
19 | #' @include J_Zero.R | |
20 | #' @include computeForecast.R | |
21 | #' @include computeError.R | |
22 | #' @include plot.R | |
2057c793 | 23 | #' |
4e25de2c | 24 | NULL |