-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
36 lines (35 loc) · 943 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(augment,bvar)
S3method(augment,bvar_fcast)
S3method(augment,bvar_irf)
S3method(bv_ggplot,bvar)
S3method(bv_ggplot,bvar_chains)
S3method(bv_ggplot,bvar_fcast)
S3method(bv_ggplot,bvar_irf)
S3method(bv_ggplot,default)
S3method(tidy,bvar)
S3method(tidy,bvar_coefs)
S3method(tidy,bvar_fcast)
S3method(tidy,bvar_irf)
export(augment)
export(bv_ggplot)
export(tidy)
import(BVAR)
importFrom(generics,augment)
importFrom(generics,tidy)
importFrom(ggplot2,aes)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme_bw)
importFrom(grDevices,rgb)
importFrom(rlang,.data)
importFrom(stats,coef)
importFrom(tidyr,as_tibble)
importFrom(tidyr,pivot_wider)
importFrom(utils,tail)