# NOT RUN {
target<-3
# generate data with mean of target amount and high variability (non-uniformity)
x<-rnorm(25,3,1.75)
rotecdf(x,target,ylab="depth applied (caught)")
# generate data with mean of target amount and low varibility (uniformity)
xx<-rnorm(25,3,0.5)
#no y axis label provided - defaults to array object name. Pass additional non-default
#graphical parameters
rotecdf(xx,target,lty=2,pch=2)
# }
Run the code above in your browser using DataLab