aoristic.plot {aoristic} | R Documentation |
Summarize weekly aoristic weights
Description
Summarizes the sum of aoristic weights for each hour of the week, based on output from an aoristic data frame (created by aoristic.df). This function returns a ggplot object.
NOTE: Be aware that the distribution of values is NOT the same as the aoristic.ref() output, because the summary charts and graphs move Sunday to the end of the week to keep the weekend together.
Usage
aoristic.plot(data1)
Arguments
data1 |
a data frame output from the aoristic.df function |
Value
ggplot object
References
Ratcliffe, J. H. (2002). Aoristic signatures and the spatio-temporal analysis of high volume crime patterns. Journal of Quantitative Criminology, 18(1), 23-43.
Examples
## Not run:
aoristic.plot(aor.df)
p <- aoristic.plot(aor.df)
## End(Not run)
[Package aoristic version 1.1.1 Index]