Geom spidergram#40
Conversation
|
Hi Thomas, I just added the initial version of geom_spider and the GeomSpider ggproto for spider plots. It’s currently not working. I tried but could not fix. I get this error when trying to plot: Error in geom_spider(): Example usagedf <- data.frame( ggplot() + |
…te file, clean-up geom_spider and add some note regarding implementation [skip ci]
|
Feedback from maintainer meeting about data input:
|
Merge branch 'main' into geom-spidergram # Conflicts: # NAMESPACE # R/data.R # R/zzz.R # man/ASTR-package.Rd # man/ASTR.Rd
* implements how geom handles wide format as intended
Merge branch 'main' into geom-spidergram # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
|
@Abagna123 I checked your code and it requires some more work. Most importantly, everything should be handled in the Geom definition to allow its use with other `geom_...()" functions. And the elements to be plotted should be supplied as an aesthetic. Is there a reason for including |
|
@archaeothommy yes,the na.rm parameter was never used. so i will simply remove it. |
No description provided.