View source: R/plot_aggregated_difference.R
| plot_aggregated_differential_uptake | R Documentation |
Plots aggregated uptake difference
plot_aggregated_differential_uptake(
aggregated_diff_dat,
fractional = TRUE,
theoretical = FALSE,
time_100 = max(unique(aggregated_diff_dat[["Exposure"]])),
panels = FALSE,
interactive = FALSE
)
aggregated_diff_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
create_diff_uptake_dataset
create_aggregated_diff_uptake_dataset
# disabled due to long execution time
diff_uptake_dat <- create_diff_uptake_dataset(alpha_dat)
aggregated_diff_dat <- create_aggregated_diff_uptake_dataset(diff_uptake_dat)
plot_aggregated_differential_uptake(aggregated_diff_dat, panels = FALSE)
plot_aggregated_differential_uptake(aggregated_diff_dat, fractional = FALSE,
theoretical = TRUE, panels = FALSE)
plot_aggregated_differential_uptake(aggregated_diff_dat, theoretical = TRUE,
panels = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.