Description Usage Arguments Value Examples
Plot product representations or attributes on sensory spaces.
| 1 2 3 4 5 6 7 8 9 10 | 
| res | output of global analysis | 
| choice | component of interest, valid values are "product" and "attribute" | 
| dimension | dimension to focus, integer vector of length 2 | 
| repel | avoid overplotting of text label | 
| colour_by | colour point or line based on specific properties, valid values are "quality" and "contribution" | 
| title | a title to use in plot | 
| ... | not yet implemented | 
a ggplot object
| 1 2 3 4 5 6 7 8 9 10 11 | perfume_qda_experts %>%
  specify(
    sensory_method = "QDA",
    panelist = panelist,
    product = product,
    session = session,
    pres_order = rank,
    attribute = spicy:wrapping
  ) %>%
  analyse(choice = "global") %>%
  visualise(choice = "attribute", colour_by = "contribution")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.