aoristic.plot {aoristic} | R Documentation |
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.
aoristic.plot(data1)
data1 |
a data frame output from the aoristic.df function |
ggplot object
Ratcliffe, J. H. (2002). Aoristic signatures and the spatio-temporal analysis of high volume crime patterns. Journal of Quantitative Criminology, 18(1), 23-43.
## Not run:
aoristic.plot(aor.df)
p <- aoristic.plot(aor.df)
## End(Not run)