plot_means_hsv | R Documentation |
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, ...)
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). |
A ggplot visualization.
# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.