color_class-plot_means_hsv function

plot_means_hsv

plot_means_hsv

plot_means_hsv a visualization of the difference between means of two fits through a circular visualization of hsv color components. You can also compare fit means with colors defined through rgb or hsv components (as points or as lines on the visualization).

plot_means_hsv(object, ...) ## S4 method for signature 'color_class' plot_means_hsv(object, ...)

Arguments

  • object: color_class object.
  • ...: fit2 - a second color_class object, points - points to plot defined through rgb or hsv, lines - lines to plot defined through rgb or hsv, hsv - are points and lines defined in hsv format (default = FALSE).

Returns

A ggplot visualization.

Examples

# to use the function you first have to prepare the data and fit the model # see class documentation for an example of the whole process # along with an example of how to use this function ?color_class
  • Maintainer: Jure Demšar
  • License: GPL (>= 3)
  • Last published: 2023-09-29