hafen / geofacet

R package for geographical faceting with ggplot2
https://hafen.github.io/geofacet/
Other
336 stars 44 forks source link

Update `facet_geo()` documentation to make it clear that `grid` argument can take an object #270

Open petrbouchal opened 4 years ago

petrbouchal commented 4 years ago

The current function doc causes a bit of confusion (see #234 and #258) but the functionality is implicitly documented in the Get started vignette.

Also, I believe it is no longer true that only the two listed grids are available; my understanding is that the quoted name of any of the grid objects in the package or in the current environment will work.

Happy to submit a PR if you would like.

stedy commented 4 years ago

A PR would be most welcomed!

hafen commented 4 years ago

Second that. Thanks!

petrbouchal commented 3 years ago

See #274