Description Usage Arguments Value Examples
Plot liking drop and citing frequency from penalty analysis.
1 2 3 4 5 6 7 8 9 10 11  | 
res | 
 output penalty analysis  | 
product | 
 product of interest (only one product)  | 
frequency_threshold | 
 threshold for citing frequency  | 
drop_threshold | 
 threshold for iking drop  | 
title | 
 a title to use in plot  | 
xlab | 
 label for x-axis  | 
ylab | 
 label for y-axis  | 
... | 
 not yet implemented  | 
a ggplot object
1 2 3 4 5 6 7 8 9 10  | perfume_jar %>%
  specify(
    sensory_method = "JAR",
    panelist = consumer,
    product = product,
    attribute = intensity:green,
    hedonic = liking
  ) %>%
  analyse(choice = "penalty", ref_value = 0) %>% 
  visualise("Chanel N5", drop_threshold = 2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.