SAVF_linear_plot: Single Attribute Value Function (SAVF) Linear Plot

Description Usage Arguments Value Examples

View source: R/SAVF_linear_plot.R

Description

: Plots the linear Single Attribute Value Function (SAVF) graph for an increasing or decreasing function. It calls the SAVF_linear_score function to calculate the score based on the midpoint value method and plots it with a blue dot.

Usage

1
SAVF_linear_plot(x, x_low, x_mid, x_high, increasing = TRUE)

Arguments

x

Attribute raw value

x_low

Lowest value

x_mid

Midpoint value

x_high

Highest value

increasing

TRUE=increasing, FALSE=decreasing, Default: TRUE

Value

Linear SAVF curve with attribute plotted

Examples

1
## Not run:  SAVF_linear_plot(10, 0, 25, 100, FALSE)

AFIT-R/MODA documentation built on May 28, 2019, 11:01 a.m.