Learn R Programming

aoristic (version 1.1.1)

aoristic.plot: 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)

Value

ggplot object

Arguments

data1

a data frame output from the aoristic.df function

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

Run this code
if (FALSE) {
aoristic.plot(aor.df)  
p <- aoristic.plot(aor.df)
}

Run the code above in your browser using DataLab