View source: R/plot-synergy-checkerboard.R
plot_synergy_checkerboard | R Documentation |
Plot Synergy Checkerboard
plot_synergy_checkerboard(
data,
treatment_1_variable = "dose1",
treatment_2_variable = "dose2",
response_variable = "response",
treatment_1_label = "Treatment 1",
treatment_2_label = "Treatment 2",
treatment_1_units = NULL,
treatment_2_units = NULL,
plot_zero_dose = TRUE,
contour_color = "gold"
)
data |
|
treatment_1_variable |
|
treatment_2_variable |
|
response_variable |
|
treatment_1_label |
|
treatment_2_label |
|
treatment_1_units |
|
treatment_2_units |
|
plot_zero_dose |
|
contour_color |
|
ggplot2::ggplot plot with light-blue to dark-blue tiles the dose
response. Individual plot elements can be over-written and the
plot can be saved with ggplot2::ggsave()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.