File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ' mapR
2
2
# '
3
+ # ' @import sp
4
+ # ' @import rleafmap
5
+ # ' @import igraph
6
+ # ' @import geosphere
7
+ # '
3
8
# ' @name mapR
4
9
# ' @docType package
5
10
NULL
6
11
12
+
13
+
7
14
# ' Cholera Data
8
15
# '
9
16
# ' Cholera dataset of John Snow in London.
10
17
# '
11
18
# ' @format a list of two \code{SpatialPointsDataFrame}.
12
19
# ' \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.
15
23
# ' }
16
24
# ' @source http://blog.rtwilson.com/john-snows-cholera-data-in-more-formats/
17
25
# ' @docType data
Original file line number Diff line number Diff line change 5
5
\title {Cholera Data }
6
6
\format {a list of two \code {SpatialPointsDataFrame }.
7
7
\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.
10
11
}}
11
12
\source {
12
13
http : // blog.rtwilson.com / john - snows - cholera - data - in - more - formats /
You can’t perform that action at this time.
0 commit comments