Description Usage Value Examples
Calls the standard theme for xGx graphics
1 |
xgx ggplot2 compatible theme
1 2 3 4 5 6 7 8 9 10 11 | conc <- 10^(seq(-3, 3, by = 0.1))
ec50 <- 1
data <- data.frame(concentration = conc,
bound_receptor = 1 * conc / (conc + ec50))
ggplot2::ggplot(data, ggplot2::aes(y = concentration, x = bound_receptor)) +
ggplot2::geom_point() +
ggplot2::geom_line() +
xgx_scale_y_log10() +
xgx_scale_x_reverselog10() +
xgx_theme()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.