desirabilityPlot {MixOptim} | R Documentation |
Plot desirability profile
Description
This function creates a graphical representation of the desirability profiles within the data range. It requires a data frame object generated from an optimization function. You can use a simpler data frame to plot the lines and present a more accurate data from another optimization call.
Usage
desirabilityPlot(functions, plotData, bestValues, desirab, types)
Arguments
functions |
An array of functions |
plotData |
A data frame generated from an optimization function |
bestValues |
The optimal mixture composition to be presented |
desirab |
An array of desirability functions |
types |
An array of strings containing the attributes to be shown for each desirability function. Currently only accepts |
Value
A ggplot composite object from patchwork
[Package MixOptim version 0.1.2 Index]