sensus.plot.lag.cdf {SensusR} | R Documentation |
Plot the CDF of inter-reading time lags.
Description
Plot the CDF of inter-reading time lags.
Usage
sensus.plot.lag.cdf(datum, xlim = c(0, 1),
xlab = "Inter-reading time (seconds)", ylab = "Percentile",
main = paste("Inter-reading times (n=", nrow(datum), ")", sep = ""))
Arguments
datum |
Data frame for a single datum. |
xlim |
Limits for the x-axis. |
xlab |
Label for x-axis. |
ylab |
Label for y-axis. |
main |
Label for plot. |
Value
None.
[Package SensusR version 2.3.1 Index]