aoristic.graph {aoristic} | R Documentation |
Create aoristic distribution chart
Description
Takes the output from the aoristic.summary() function and converts that data frame into a series of eight charts for each day of the week (and a total chart) based on the aggregate aoristic distribution of the events. Option (marks = TRUE) adds small tick marks showing the (y-axis adjusted) overall weekly distribution for comparison to the daily value.
Usage
aoristic.graph(data1, marks = FALSE)
Arguments
data1 |
a data frame output from the aoristic2.df function |
marks |
marks=FALSE. TRUE shows tick marks for week distribution. Default is FALSE. |
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
aoristic.graph(dcburgsum)
aoristic.graph(dcburgsum, TRUE)
[Package aoristic version 1.1.1 Index]