The package provides a function to plot simple gauge charts. It mimics the features of the flexdashboards-package's gaugeChart function to produce gauge charts for any output device supported by R's standard graphics facilities.
library(gridGaugeChart) sectors <- gaugeChartSectors(200, 100, 0, rev = TRUE) gaugeChart(125, 0, 300, header = 'Tagesanmeldungen', sectors = sectors, label = 'on risk')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.