plot_distributions_hsv {bayes4psy}R Documentation

plot_distributions_hsv

Description

plot_distributions_hsv a visualization of distributions of one or two fits thorough 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).

Usage

plot_distributions_hsv(object, ...)

## S4 method for signature 'color_class'
plot_distributions_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).

Value

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


[Package bayes4psy version 1.2.12 Index]