Skip to content

Commit 7b8e19f

Browse files
committed
Update Cholera data
1 parent 4a93b07 commit 7b8e19f

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

R/mapR-package.R

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
#' mapR
22
#'
3+
#' @import sp
4+
#' @import rleafmap
5+
#' @import igraph
6+
#' @import geosphere
7+
#'
38
#' @name mapR
49
#' @docType package
510
NULL
611

12+
13+
714
#' Cholera Data
815
#'
916
#' Cholera dataset of John Snow in London.
1017
#'
1118
#' @format a list of two \code{SpatialPointsDataFrame}.
1219
#' \itemize{
13-
#' \item chol The location of cholera cases.
14-
#' \item pumps The location of pumps.
20+
#' \item deaths Cholera Death locations.
21+
#' \item deaths.den Cholera deaths density.
22+
#' \item pumps Pumps locations.
1523
#' }
1624
#' @source http://blog.rtwilson.com/john-snows-cholera-data-in-more-formats/
1725
#' @docType data

data/cholera.RData

9.06 KB
Binary file not shown.

man/cholera.Rd

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
\title{Cholera Data}
66
\format{a list of two \code{SpatialPointsDataFrame}.
77
\itemize{
8-
\item chol The location of cholera cases.
9-
\item pumps The location of pumps.
8+
\item deaths Cholera Death locations.
9+
\item deaths.den Cholera deaths density.
10+
\item pumps Pumps locations.
1011
}}
1112
\source{
1213
http://blog.rtwilson.com/john-snows-cholera-data-in-more-formats/

0 commit comments

Comments
 (0)