R/desalvo.R

#' Incidents from the Boston Strangler Case (Albert DeSalvo)
#'
#' A sample dataset of serial crimes for analysis (Boston Strangler)
#'
#' @format A data frame with 13 rows and 5 variables.
#' \describe{
#'   \item{name}{Victim name.}
#'   \item{age}{Age of the victim.}
#'   \item{date}{Date when the incident occurred.}
#'   \item{lat}{The latitude of the location where the incident occurred.}
#'   \item{lon}{The longitude of the location where the incident occurred.}
#' }
#'
"desalvo"

Try the rgeoprofile package in your browser

Any scripts or data that you put into this service are public.

rgeoprofile documentation built on June 9, 2021, 9:08 a.m.