- psm_result
Result of a Price Sensitivity Meter analysis,
created by running psm_analysis()
or
psm_analysis_weighted()
. (Object of class "psm"
)
- shade_pricerange
logical value. Determines if the
acceptable price range is shown as a shaded area or not.
- line_toocheap
logical value. Determines if the line
for the "too cheap" price curve is shown or not.
- line_tooexpensive
logical value. Determines if the
line for the "too expensive" price curve is shown or not.
- line_notcheap
logical value. Determines if the line
for the "not cheap" price curve is shown or not.
- line_notexpensive
logical value. Determines if the
line for the "not expensive" price curve is shown or not.
- point_idp
logical value. Determines if the
Indifference Price Point is shown or not.
- point_color_idp
character vector, specifying the
color of the Optimal Price Point. Can be a hex color (e.g.
"#7f7f7f") or one of R's built-in colors (e.g. "grey50").
- label_idp
logical value. Determines if the label for
the Indifference Price Point is shown or not.
- point_opp
logical value. Determines if the Optimal
Price Point is shown or not.
- point_color_opp
character vector, specifying the
color of the Optimal Price Point. Can be a hex color (e.g.
"#7f7f7f") or one of R's built-in colors (e.g. "grey50").
- label_opp
logical value. Determines if the label for
the Optimal Price Point is shown or not.
- pricerange_color
character, specifying the
background color for the accepted price range. Can be a
hex color (e.g. "#7f7f7f") or one of R's built-in colors
(e.g. "grey50"). You can see all of R's built-in colors
with the function colors()
. Is only applied if
shade_pricerange = TRUE
- pricerange_alpha
numeric between 0 and 1,
specifying the alpha transparency for the shaded area of
the the accepted price range. Is only applied if
shade_pricerange = TRUE
- line_color
character vector, specifying the line
color for each of the price curves shown. Color
definitions must match the lines you have defined via
line_toocheap, line_tooexpensive, line_notcheap
and line_notexpensive
. Can be a hex color (e.g.
"#7f7f7f") or one of R's built-in colors (e.g. "grey50").
- line_type
vector, specifying the line type for each
of the price curves shown. Definitions must match the lines
you have defined via line_toocheap, line_tooexpensive,
line_notcheap
and line_notexpensive
. Values must
match ggplot2's expectations for line types: An integer (0:8),
a name (blank, solid, dashed, dotted, dotdash, longdash,
twodash), or a string with an even number (up to eight) of
hexadecimal digits which give the lengths in consecutive
positions in the string.