View source: R/desc3fat_function.R
desc3fat | R Documentation |
Performs the descriptive graphical analysis of an experiment with three factors of interest.
desc3fat(
f1,
f2,
f3,
response,
legend.title = "Legend",
xlab = "",
ylab = "Response",
theme = theme_classic(),
plot = "interaction"
)
f1 |
Numeric or complex vector with factor 1 levels |
f2 |
Numeric or complex vector with factor 2 levels |
f3 |
Numeric or complex vector with factor 3 levels |
response |
Numerical vector containing the response of the experiment. |
legend.title |
Legend title |
xlab |
x name (Accepts the expression() function) |
ylab |
Variable response name (Accepts the expression() function) |
theme |
ggplot theme |
plot |
"interaction" or "box" |
The function returns a triple interaction graph.
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
library(AgroR)
data(enxofre)
with(enxofre, desc3fat(f1, f2, f3, resp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.