FilterSlick
FilterSlick.Rd
Filter a Slick Object
Arguments
- slick
An object of class
Slick
- MPs
Numeric values of the MPs to keep. Default NULL keeps all MPs.
- OMs
Numeric values of the OMs to keep (rows of
OM@Design
). Default NULL keeps all OMs.- PIs
Numeric values of the PIs in
plot
to keep. Default NULL keeps all PIs.- plot
The plot to filter the PIs. One of:
Timeseries
,Boxplot
,Kobe
,Quilt
,Spider
, orTradeoff
Details
Filter a Slick Object by management procedures (MPs), operating models (OMs), and performance indicators (PIs) for a given plot
Examples
if (FALSE) { # \dontrun{
slick <- Slick() # a completed slick object
boxplot_OM_1 <- FilterSlick(slick, OMs=1, plot='boxplot') #
} # }