-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.32 KB
/
DESCRIPTION
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: blsplotGG
Title: Plots for Seasonal Adjustment Analysts using ggplot2
Version: 2.0.3
Authors@R:
person(given = "Brian",
family = "Monsell",
role = c("aut", "cre"),
email = "[email protected]")
Description: Generates several types of time series plots useful for seasonal adjustment analysis using ggplot2.
These routines rely heavily on the seasonal package to extract series and components from the '
seasonal adjustments generated by the US Census Bureau's X-13ARIMA-SEATS software, and can be
generated from a single seas object or a list of seas objects. Types of plots include line
plots, ratio plots, forecast plots, forecast error diagnostic plots, spectral plots, seasonal
factor plots, seasonal adjustment component plots, revisions history diagnostic plots, and SEATS diagnostic plots.
Users can add grid lines, remove background shading, and shade recession
regions in selected plots.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
astsa,
BrailleR,
dplyr,
ggfortify,
ggplot2,
ggpubr,
grDevices,
lubridate,
magrittr,
RColorBrewer,
rlang,
scales,
seasonal (>= 1.10.0),
stringr,
tidyr,
tis,
tsbox
Suggests:
zoo
Depends:
R (>= 3.5)