Nothing
knitr::opts_chunk$set(echo = TRUE) knitr::opts_chunk$set(dev = "png", dev.args = list(type = "cairo-png"))
Purpose of groups of functions in the package:
Variables:
library(HaDeX2) library(magrittr)
dat <- read_hdx(system.file(package = "HaDeX2", "HaDeX/data/alpha.csv"))
Create data frame with uptake values for state in all time points:
uptake_dat <- create_state_uptake_dataset(dat)
Butterfly:
plot_butterfly(uptake_dat)
Chiclet:
plot_chiclet(uptake_dat)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.