Description Usage Arguments Value Author(s) Examples
Merge multiple curves into a single graph
1 2 3 4 5 6 7 8 9 10 | multicurve(
plots,
theme = theme_classic(),
legend.title = NULL,
legend.position = "top",
trat = NA,
gray = FALSE,
ylab = "Germination (%)",
xlab = expression("Temperature ("^"o" * "C)")
)
|
plots |
list with objects of type LM_model, BC_model, CD_model, LL_model or normal_model |
theme |
ggplot2 theme (default is theme_classi()) |
legend.title |
caption title |
legend.position |
legend position (default is c(0.3,0.8)) |
trat |
name of the curves |
gray |
gray scale (default is FALSE) |
ylab |
Variable response name (Accepts the expression() function) |
xlab |
treatments name (Accepts the expression() function) |
The function returns a graph joining the outputs of the functions LM_model, LL_model, BC_model, CD_model, loess_model, normal_model, piecewise_model and N_model
Gabriel Danilo Shimizu
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.