Skip to content

Deprecate appropriately #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mdsumner opened this issue Feb 11, 2019 · 1 comment
Open

Deprecate appropriately #5

mdsumner opened this issue Feb 11, 2019 · 1 comment

Comments

@mdsumner
Copy link
Owner

mdsumner commented Feb 11, 2019

tidyverse/ggplot2#3128

Update the hole story too, will be a nice link to mesh_plot speed

@mdsumner
Copy link
Owner Author

mdsumner commented Feb 18, 2019

Here's how it works in R3.6.0, you can't use MULTIPOLYGON

 iw <- sf::read_sf(system.file("extdata", "inlandwaters.gpkg", package = "polyggon"))
 ggplot(spbabel::sptable(sf::st_cast(iw, "POLYGON")) %>% 
    dplyr::mutate(sg = paste(object_, branch_, sep = "_")), 
   aes(x_, y_, fill = object_, group = object_, subgroup = sg)) + 
  geom_polygon()

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant