powered by
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" )
The function returns a triple interaction graph.
Numeric or complex vector with factor 1 levels
Numeric or complex vector with factor 2 levels
Numeric or complex vector with factor 3 levels
Numerical vector containing the response of the experiment.
Legend title
x name (Accepts the expression() function)
Variable response name (Accepts the expression() function)
ggplot theme
"interaction" or "box"
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))
Run the code above in your browser using DataLab