desc3fat {AgroR} | R Documentation |
Descriptive: Descriptive analysis (Three factors)
Description
Performs the descriptive graphical analysis of an experiment with three factors of interest.
Usage
desc3fat(
f1,
f2,
f3,
response,
legend.title = "Legend",
xlab = "",
ylab = "Response",
theme = theme_classic(),
plot = "interaction"
)
Arguments
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" |
Value
The function returns a triple interaction graph.
Author(s)
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
Examples
library(AgroR)
data(enxofre)
with(enxofre, desc3fat(f1, f2, f3, resp))
[Package AgroR version 1.3.6 Index]