Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycapivara committed Feb 1, 2019
1 parent 87fe0c7 commit 6a992c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ radius <- 1
h3_to_geo_boundary_sf(neighbors) %>%
sf::st_geometry() %>% plot(col = "blue")
h3_set_to_multi_polygon(neighbors) %>%
sf::st_geometry() %>% plot(col = "green")
```
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,11 @@ h3_to_geo_boundary_sf(neighbors) %>%
```

<img src="man/figures/README-h3-algorithms-1.png" width="400px" />

``` r

h3_set_to_multi_polygon(neighbors) %>%
sf::st_geometry() %>% plot(col = "green")
```

<img src="man/figures/README-h3-algorithms-2.png" width="400px" />
Binary file added man/figures/README-h3-algorithms-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a992c0

Please sign in to comment.