# NOT RUN {
par( mfrow=c(2,2) )
plotEcdf( c(2,4,9,6), c(1,7,11,3,8) )
plotEcdf( c(2,4,9,6), c(1,7,11,3), col=c("navyblue", "orange") )
plotEcdf( c(11,5,3), c(3,7,9), col=c("tomato","darkgreen") )
plotEcdf( c(15,19,11,4,6), col="purple" )
par( mfrow=c(1,1) )
# }
Run the code above in your browser using DataLab