Description Usage Arguments Value Examples
With this function you can visualize the raw data, the ACF and the PACF. By default the function uses the GDP data of the package.
1 2 3 4 5 6 |
r |
The dataframe used. |
s |
The series you want to visualize in x-axe |
t |
The dates you want to use to index your series. |
main |
The title you want to give to your plot. |
This gunction returns the plot of the raw data, the ACF and the PACF of the desired data. By default it returns the GDP per capita of the default dataset of the package.
1 | ## You can try this pltsINFL <- ggsumplts(r=DATA, s=DATA$INFLATION, t=DATA$DATE, main='INFLATION')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.