README.md

pkgTS

The goal of R package pkgTS is to provide functions for time series analysis, e.g. usable for

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("WoVollmer/pkgTS")

Example

This is a basic example which shows how to plot corona time series data:

library(pkgTS)
#> Registered S3 method overwritten by 'quantmod':
#>   method            from
#>   as.zoo.data.frame zoo
## basic example code
ggts_cum_daily(corona_data, country = "Germany", weeks = 6)
#> Scale for 'x' is already present. Adding another scale for 'x', which will
#> replace the existing scale.


# note for display on GitHub:
#  resulted plot files in /man/figures to be committed and pushed to package

Corona Virus Dashboard

The Corona Virus Dashboard provides analysis of the time series data provided by the Johns Hopkins University on GitHub. For links and references see the Dashboard-file Corona Virus Dashboard Web Site rsp. RMD-file Corona_Virus_TS_Dashboard.Rmd.

The Corona_Virus_TS_Dashboard.Rmd file is stored on GitHub repository.

The Corona Virus Dashboard Web Site is published as GitHub page



WoVollmer/pkgTS documentation built on June 2, 2021, 4:02 a.m.