plot.mean_comparisons_model_bh_intra_location: Get ggplot to visualize output from...

Description Usage Arguments Details Value Author(s) See Also

View source: R/plot.mean_comparisons_model_bh_intra_location.R

Description

plot.mean_comparisons_model_bh_intra_location returns ggplot to visualize outputs from mean_comparisons.check_model_bh_intra_location

Usage

1
2
3
4
## S3 method for class 'mean_comparisons_model_bh_intra_location'
plot(x,
  plot_type = c("interaction", "barplot", "score"),
  nb_parameters_per_plot = 8, ...)

Arguments

x

Output from mean_comparisons.check_model_bh_intra_location

plot_type

"interaction", "barplot" or "score"

nb_parameters_per_plot

number of parameter per plot to display

...

further arguments passed to or from other methods

Details

S3 method. See example in the book: https://priviere.github.io/PPBstats_book/family-2.html#model-1

Value

A list with ggplot object depending on plot_type. For each plot_type, it is a list of three elements being lists with as many elements as environment. For each element of the list, there are as many graph as needed with nb_parameters_per_plot parameters per graph.

Author(s)

Pierre Riviere

See Also

mean_comparisons.check_model_bh_intra_location


priviere/PPBstats documentation built on May 6, 2021, 1:20 a.m.