ggdissplot | R Documentation |
Minimalist ggplot function for plotting dissolution data sets.
ggdissplot(dis_data, show.mean = FALSE, show.SD = FALSE)
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 |
The function returns a plot of the dissolution data.
### dis_data comes loaded with the package
ggdissplot(dis_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.