R: Experiment 1: R Plot as a Cumulative Distribution (CDF)

plot(ecdf(To_Chip_RTP_delay), pch=20, cex=1, main="CDF", xlab="Interarrival times (seconds)", ylab="Cumulative frequency of inter-arrival"); grid()
Plot as a Cumulative Distribution (CDF)
Plot as a Cumulative Distribution (CDF)

Transcript

We can plot the cumulative distribution function.  We can put major labels on. We can put labels on our axes. We can choose what symbols. We can put a grid in the background if we want, etc.