On Wed, 7 Jun 2017 at 17:29 Shige Song wrote:
> Dear All,
>
> When I tried to run the following code (taken from the *spdplyr* package
> vignettes):
>
> library(spdplyr)
> library(maptools)
> data(wrld_simpl)
>
> worldcorner <- wrld_simpl %>%
> mutate(lon = coordinates(wrld_simpl)[,1], lat =
>
Dear All,
When I tried to run the following code (taken from the *spdplyr* package
vignettes):
library(spdplyr)
library(maptools)
data(wrld_simpl)
worldcorner <- wrld_simpl %>%
mutate(lon = coordinates(wrld_simpl)[,1], lat =
coordinates(wrld_simpl)[,2]) %>%
filter(lat < -20, lon > 60) %>%
2 matches
Mail list logo