Code usage

1 Convention

Purpose of groups of functions in the package:

Variables:

2 Example of use

2.1 Read data file

dat <- read_hdx(system.file(package = "HaDeX2", "HaDeX/data/alpha.csv"))

2.2 Different forms of visualization

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)