plotStepFunctions {Binarize} | R Documentation |
A specialized visualization that plots all the optimal step functions computed by the BASC algorithms or TASC.
plotStepFunctions(x, showLegend=TRUE, connected=FALSE, withOriginal=TRUE, ...)
x |
A binarization (or trinarisation) result object of class |
showLegend |
If |
connected |
If |
withOriginal |
If set to |
... |
Additional graphical parameters to be passed to |
BASCResult
,
binarize.BASC
,
TASCResult
,
TASC
result <- binarize.BASC(iris[,"Petal.Width"], method="B") plotStepFunctions(result) result <- TASC(iris[,"Petal.Width"]) plotStepFunctions(result)