Skip to content

Instantly share code, notes, and snippets.

View colemanja91's full-sized avatar
🏠
Working from home

Allie Coleman colemanja91

🏠
Working from home
View GitHub Profile
@colemanja91
colemanja91 / geoprofiling_w_map.R
Created December 1, 2012 20:15
geoprofiling_w_map.R
# Geographic profiling
# Methodology developed by Kim Rossmo
# R program by Jeremy Coleman
library(maps)
library(grDevices)
### Define the geoprofiling function
geo.prob <- function(xi, yi, xn, yn, B, phi, f, g){
@colemanja91
colemanja91 / geoprofiling_w_map.R
Created December 1, 2012 20:13
geoprofiling_w_map.R
# Geographic profiling
# Methodology developed by Kim Rossmo
# R program by Jeremy Coleman
library(maps)
library(grDevices)
### Define the geoprofiling function
geo.prob <- function(xi, yi, xn, yn, B, phi, f, g){