File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed
Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -97,5 +97,5 @@ ByteCompile: yes
9797Encoding: UTF-8
9898LazyData: TRUE
9999RoxygenNote: 7.3.2
100- Config/Needs/Website: hrbrmstr/albersusa
101100SystemRequirements: GNU make
101+ Roxygen: list(markdown = TRUE)
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ vignette: >
1313
1414``` {r setup, echo=FALSE, message=FALSE}
1515knitr::opts_chunk$set(fig.width = 8.83, message = FALSE, warning = FALSE)
16- # remotes::install_github("hrbrmstr/albersusa")
1716```
1817
1918** mapview** can be used in piped expressions using ` %>% ` , most likely at the very end of it...
@@ -27,9 +26,10 @@ library(mapview)
2726library(poorman)
2827library(leaflet)
2928library(sf)
30- # GitHub: hrbrmstr/albersusa
31- library(albersusa)
29+ ```
30+
3231
32+ ``` {r pipe1a-3}
3333franconia %>%
3434 st_union %>%
3535 plot
@@ -110,20 +110,3 @@ franconia %>%
110110```
111111
112112<br >
113-
114- ## using ` native.crs ` for a USA composite map
115-
116- ``` {r pipe8a}
117- albersusa::usa_composite("laea") %>%
118- mapview(native.crs = TRUE, zcol = "pop_2014", legend = TRUE)
119- ```
120-
121- <br >
122-
123- ## without ` native.crs `
124-
125- ``` {r pipe8b}
126- albersusa::usa_composite("laea") %>%
127- mapview(zcol = "pop_2014", legend = TRUE)
128- ```
129-
You can’t perform that action at this time.
0 commit comments