plotRestrictedBarplot: Plot of a restricted barplot with a highlighted selected...

Description Usage Arguments Examples

Description

Plot of a restricted barplot with a highlighted selected value

Usage

1
plotRestrictedBarplot(data, selectedValue, bars = 10, title = "")

Arguments

data

vector with all values

selectedValue

value that will be highlighted

bars

max number of bars to plot, only top lowest and top highest frequencies will be presented

title

main title of the plot

Examples

1
2
3
4
5
library("fpmoutliers")
data <- sample(1:1000, 1000, replace = TRUE)
selectedValue <- data[length(data)/2]
plotRestrictedBarplot(data, selectedValue, bars = 15,
     title=paste("Experimental=",selectedValue,sep=""))

jaroslav-kuchar/fpmoutliers documentation built on May 18, 2019, 4:48 p.m.