Added /vignettes with examples of package functionality.
Added NEWS.md for entire package history.
Added hex sticker for package.
near_repeat_eval()
function to accompany near_repeat_analysis()
. The function determines the ideal parameters to use for near repeat analysis given a full factorial assessment of spatio-temporal clustering in the provided dataset.ts_daily_decomp()
, ts_monthly_decomp()
, and ts_forecast()
to remove Prophet
dependency. These functions now utilize Seasonal Decomposition Of Time Series By Loess Smoothing functionality to decompose and forecast of the input time seriesgeocode_address()
with minor bug fixes.id_repeat()
function added to detect repeat crime incidents based on location. Outputs a list of repeat crimes by location.
Change kde_int_comp()
output from static raster to interactive leafsync widget with three maps for overall better results visualization.
Added the ‘pts’ parameter to kde_map()
which specifies whether crime incident points are to be included in the rendered KDE crime map. Default parameter setting is pts = TRUE
.
Update geocode_address()
with API fix.
Update README.md and overall package descriptions.
FUNCTIONS IN INITAL VERSION
geocode_address()
kde_int_comp()
kde_map()
near_repeat_analysis()
ts_daily_decomp()
ts_monthly_decomp()
ts_forecast()