You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,21 @@ First, load the package and the cholera dataset.
17
17
18
18
The package provides a collection of simple `*Map` functions to easily get interactive maps.
19
19
20
-
For example, you can use `quickMap` to quickly represent points and polygons and set colors and sizes using a column of the dataframe linked to the `sp` object.
20
+
#### quickMap
21
+
You can use `quickMap` to quickly represent points and polygons and set colors and sizes using a column of the dataframe linked to the `sp` object.
You can use `netMap` to map spatial networks from an `igraph` object. For example we can create a network of pumps in Snow's London by connecting pumps which are geographically close. Note that you need to set explicitly geographical coordinates to the graph vertices with the `lat` and `lon` attributes.
0 commit comments