powered by
Performs an interaction graph from an output of the FAT2DIC, FAT2DBC, PSUBDIC or PSUBDBC commands.
plot_interaction( a, box_label = TRUE, repel = FALSE, pointsize = 3, linesize = 0.8, width.bar = 0.05, add.errorbar = TRUE )
Returns an interaction graph with averages and letters from the multiple comparison test
FAT2DIC, FAT2DBC, PSUBDIC or PSUBDBC object
Add box in label
a boolean, whether to use ggrepel to avoid overplotting text labels or not.
Point size
Line size (Trendline and Error Bar)
width of the error bars.
Add error bars.
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
data(cloro) a=with(cloro, FAT2DIC(f1, f2, resp)) plot_interaction(a)
Run the code above in your browser using DataLab