View source: R/plot_aggregated_uptake.R
| plot_aggregated_uptake | R Documentation |
Plots aggregated uptake
plot_aggregated_uptake(
aggregated_dat,
fractional = TRUE,
theoretical = FALSE,
time_100 = max(unique(aggregated_dat[["Exposure"]])),
panels = FALSE,
interactive = FALSE
)
aggregated_dat |
aggregated differential
uptake data as calculated by |
fractional |
|
theoretical |
|
time_100 |
maximal exchange control time point of measurement [min] |
panels |
|
interactive |
|
a ggplot object
# disabled due to long execution time
kin_dat <- create_uptake_dataset(alpha_dat, states = "Alpha_KSCN")
aggregated_dat <- create_aggregated_uptake_dataset(kin_dat)
plot_aggregated_uptake(aggregated_dat, panels = FALSE)
plot_aggregated_uptake(aggregated_dat, fractional = FALSE, panels = FALSE)
plot_aggregated_uptake(aggregated_dat, fractional = FALSE, theoretical = TRUE, panels = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.