View source: R/concRespPlot2.R
concRespPlot2 | R Documentation |
This function takes output from 'concRespCore' or 'tcplhit2_core' to generate a basic plot of the observed concentration-response data and the best fit curve (winning model). A 'ggplot' object, which users may customize with additional 'ggplot' layers, is returned.
concRespPlot2(row, log_conc = FALSE)
row |
Output from 'concRespCore' or 'tcplhit2_core', containing information about the best fit curve (winning model). |
log_conc |
Logical argument. If 'TRUE', convert the concentrations (x-axis) into log-10 scale. Defaults to 'FALSE'. |
A 'ggplot' object of the observed concentration-response data overlaid with the best fit curve (winning model).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.