SAVF_cat_plot: Single Attribute Value Function (SAVF) Categorical Plot

Description Usage Arguments Value Examples

View source: R/SAVF_categorical_plot.R

Description

: Plots the categorical Single Attribute Value Function (SAVF) graph. Categories may be any value, but category scores must be numeric. The function checks to ensure the total of scores sums to one.

Usage

1
SAVF_cat_plot(categories, scores, fillcolor = "blue")

Arguments

categories

Vector of categories

scores

Numeric vector of catgory scores

fillcolor

Fill color for the chart, default is blue

Value

Categorical SAVF graph

Examples

1
## Not run:  SAVF_cat_plot(c("Tom", "Bill" ,"Jerry"), c(0.1, 0.25, 0.65))

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