"paircomp" data.## S3 method for class 'paircomp':
plot(x, off = 0.05,
xlab = "Proportion of comparisons", ylab = "", tol.xlab = 0.05,
abbreviate = TRUE, hue = NULL, chroma = 40, luminance = 80,
xlim = c(0, 1), ylim = NULL, xaxs = "i", yaxs = "i", ...)"paircomp".x. A sequential palette
is computed for each hue, see below.plot.plot method creates a frequency table (using summary)
and visualizes this using a sort of spine plot with HCL-based
diverging palettes. See Zeileis, Hornik, Murrell (2009) for the
underlying ideas.paircompdata("CEMSChoice")
par(mar = c(5, 6, 3, 6))
plot(CEMSChoice$preference, abbreviate = FALSE)Run the code above in your browser using DataLab