This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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){ |
NewerOlder