Description Usage Arguments Value Author(s) Examples
Ggraph for non-significant trend. Can be used within the multicurve command
1 2 3 4 5 6 7 8 9 | N_model(
trat,
resp,
ylab = "Germination (%)",
error = "SE",
xlab = expression("Temperature ("^"o" * "C)"),
theme = theme_classic(),
legend.position = "top"
)
|
trat |
Numerical vector with treatments (Declare as numeric) |
resp |
Numerical vector containing the response of the experiment. |
ylab |
Dependent variable name (Accepts the expression() function) |
error |
Error bar (It can be SE - default, SD or FALSE) |
xlab |
Independent variable name (Accepts the expression() function) |
theme |
ggplot2 theme (default is theme_classic()) |
legend.position |
legend position (default is "top") |
The function returns an exploratory graph of segments
Gabriel Danilo Shimizu
Leandro Simoes Azeredo Goncalves
1 2 3 4 | library(seedreg)
data("aristolochia")
attach(aristolochia)
N_model(trat,resp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.