powered by
Performs the descriptive graphical analysis of an experiment with three factors of interest.
desc3fat( f1, f2, f3, response, legend.title = "Legend", xlab = c("F1", "F2", "F3"), 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 (this argument uses the parse function)
Variable response name (this argument uses the parse function)
ggplot theme
"interaction" or "box"
Gabriel Danilo Shimizu, gabrield.shimizu@gmail.com
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