Description Usage Arguments Details Value Examples
View source: R/SAVF_exp_plot.R
: Plots an increasing or decreasing exponential Single Attribute Value Function (SAVF) curve. It calls the SAVF_calc_rho and SAVF_exp_score functions and plots your score on the curve with a blue dot.
| 1 | SAVF_exp_plot(x, x_low, x_mid, x_high, increasing = TRUE)
 | 
| x | Attribute raw value | 
| x_low | Lowest Value | 
| x_mid | Midpoint value | 
| x_high | Highest value | 
| increasing | TRUE=increasing, FALSE=decreasing, Default: TRUE | 
For Z=((x_mid - x_low) / (x_high - x_low)), Z can not be in (0.51,0.49)
Exponential SAVF curve with attribute plotted
| 1 | ## Not run:  SAVF_exp_plot(90, 0, 120, 150)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.