plot function

Generic plotting of comparison objects

Generic plotting of comparison objects

plot(x, y, ...) ## S4 method for signature 'comparison,character' plot(x, y) ## S4 method for signature 'comparison,missing' plot(x, y)

Arguments

  • x: object of class comparison.
  • y: character "boxplot", or "violin", or "missing".
  • ...: "missing"

Returns

A plot created with the additional package ggplot2.

Details

Creates a box- or violinplot of an object x of the class comparison.

Examples

# compare Random Allocation Rule and Big Stick for N = 4 with respect to # correct guesses RAR <- getAllSeq(rarPar(4)) BSD <- getAllSeq(bsdPar(4, mti = 2)) corGuess <- corGuess("CS") comp <- compare(corGuess, RAR, BSD) plot(comp)

See Also

compare for creating S4 objects of the class comparison

  • Maintainer: Ralf-Dieter Hilgers
  • License: GPL (>= 3)
  • Last published: 2023-09-18

Useful links