plot_td2pLL | R Documentation |
plot_td2pLL
plots an interactive time-dose 2 parameter
log-logistic (td2pLL) model when parameters are specified but there is no
underlying fit. See fit_td2pLL for the model function.
If a model fit is available through fit_td2pLL, please use plot.td2pLL_mod.
plot_td2pLL( td2pLL_coefs = NULL, dose_lim = NULL, time_lim = NULL, add_ext_data = NULL, n_grid = 100, title = NULL, xaxis_scale = "log", yaxis_scale = "-", xaxis_title = "Dose", yaxis_title = "Time", zaxis_title = "Response", add_ED50_line = TRUE, ED50_line_col = "red", ED50_line_width = 6, ... )
td2pLL_coefs |
(named |
dose_lim |
( |
time_lim |
( |
add_ext_data |
( |
n_grid |
( |
title |
( |
xaxis_scale |
( |
yaxis_scale |
( |
xaxis_title |
( |
yaxis_title |
( |
zaxis_title |
( |
add_ED50_line |
( |
ED50_line_col |
( |
ED50_line_width |
( |
... |
any |
plot_td2pLL(td2pLL_coefs = c(h = 2, delta = 3, gamma = 1.5, c0 = 1), dose_lim = c(0.01, 10), time_lim = c(1, 5)) plot_td2pLL(td2pLL_coefs = c(h = 1.5, delta = 5, gamma = 1, c0 = 0.1), dose_lim = c(0.1, 10), time_lim = c(1, 10), xaxis_scale = "log", yaxis_scale = "linear") # If time and response is on log-scale and gamme = 1(=original Haber's law # with equal contribution of time and exposure), then one can clearly see # haber's law since the red ED50 is a line, if viewed from above. plot_td2pLL(td2pLL_coefs = c(h = 1.5, delta = 5, gamma = 1, c0 = 0.1), dose_lim = c(0.1, 10), time_lim = c(1, 10), xaxis_scale = "log", yaxis_scale = "log")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.