knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of R package pkgTS
is to provide functions for time series analysis,
e.g. usable for
You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("WoVollmer/pkgTS")
This is a basic example which shows how to plot corona time series data:
library(pkgTS) ## basic example code ggts_cum_daily(corona_data, country = "Germany", weeks = 6) # note for display on GitHub: # resulted plot files in /man/figures to be committed and pushed to package
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.