Description Usage Arguments Details Value Author(s) See Also
View source: R/plot.mean_comparisons_model_bh_GxE.R
plot.mean_comparisons_model_bh_GxE
returns ggplot to visualize outputs from mean_comparisons.check_model_bh_GxE
1 2 3 4 |
x |
Output from |
y |
Output from |
plot_type |
"biplot-alpha-beta" or "barplot" |
nb_parameters_per_plot |
number of parameter per plot to display |
... |
further arguments passed to or from other methods |
S3 method. y can not be NULL for plot_type = "biplot-alpha-beta". See example in the book: https://priviere.github.io/PPBstats_book/family-2.html#model-2
A list with ggplot object depending on plot_type.
There are as many graph as needed with nb_parameters_per_plot
parameters per graph.
barplot : Letters are displayed on each bar. Parameters that do not share the same letters are different regarding type I error (alpha) and alpha correction. The error I (alpha) and the alpha correction are displayed in the title. alpha = Imp means that no differences were possible to find.
biplot-alpha-beta : display the biplot with alpha_i on the x axis and beta_i on the y axis if
x and y are coming respectively from mean_comparisons.check_model_bh_GxE
for alpha and beta.
Pierre Riviere
mean_comparisons.check_model_bh_GxE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.