plot.meansComp function

Draw the means comparisons

Draw the means comparisons

Plot the graphs for the means comparisons.

## S3 method for class 'meansComp' plot(x, ...)

Arguments

  • x: an object of class meansComp.
  • ...: further arguments passed to or from other methods, such as ggplot, ...

Author(s)

Francois Husson francois.husson@institut-agro.fr

See Also

meansComp

Examples

data(senso) res <- LinearModel(Score~ Product + Day , data=senso, selection="none") meansComp(res,~Product) ## Not run: ## and with the sidak correction meansComp(res,~Product,adjust="sidak") ## End(Not run)
  • Maintainer: Francois Husson
  • License: GPL (>= 2)
  • Last published: 2024-04-20