pnorm_arrival_departure | R Documentation |
Normal Arrival-Departure Distribution Function
pnorm_arrival_departure(x, mean = 0, sd = 1, residence = 6)
x |
A numeric vector of the times to calculate the distribution for. |
mean |
A number of the mean arrival time. |
sd |
A non-negative number of the standard deviation of the arrival timing. |
residence |
A number of the residence time. |
A numeric vector of the proportion present at x.
x <- seq(-5,7,by = 0.1)
plot(x, pnorm_arrival_departure(x), type = "l")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.