visualise-local: Visualise sensory properties

Description Usage Arguments Value Examples

Description

Create representation of sensory properties of each product in form of radar plot.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S3 method for class 'tbl_sensory_local'
visualise(
  res,
  min_scales = 0,
  max_scales = 10,
  point_size = 4,
  line_width = 1,
  title = "Radar plot of sensory properties",
  legend_position = "bottom",
  ...
)

Arguments

res

result of local or global analysis

min_scales

minimum value of the scales

max_scales

maximum value of the scales

point_size

point size

line_width

line width

title

a title to use in plot

legend_position

position of legend, valid values are "top", "right", "bottom", and "left"

...

not yet implemented

Value

a ggplot object

Examples

 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 = "local") %>%
  visualise()

aswansyahputra/sensehubr documentation built on March 12, 2021, 9:45 a.m.