ggdissplot {BayesDissolution} | R Documentation |
Dissolution Data Plot
Description
Minimalist ggplot function for plotting dissolution data sets.
Usage
ggdissplot(dis_data, show.mean = FALSE, show.SD = FALSE)
Arguments
dis_data |
A data frame containing the dissolution data. The first column of the data frame should denote
the group labels identifying whether a given dissolution belongs to the "reference" or "test" formulation group.
For a given dissolution run, the remaining columns of the data frame contains the individual run's dissolution
measurements sorted in time. Alternatively, the user may provide a data object of class dis_data containing the
dissolution data. See the |
show.mean |
logical; if |
show.SD |
logical; if |
Value
The function returns a plot of the dissolution data.
Examples
### dis_data comes loaded with the package
ggdissplot(dis_data)