sinhrks / ggfortify

Define fortify and autoplot functions to allow ggplot2 to handle some popular R packages.
Other
527 stars 65 forks source link

Relation with tidyverse/broom #179

Closed yoursdearboy closed 6 years ago

yoursdearboy commented 6 years ago

Greetings everyone.

What do you think about tidyverse/broom? It seems that this package solves a major part of ggfortify needs - converting objects to tidy data and there's no such thing as autoplot, so it is not a replacement.

terrytangyuan commented 6 years ago

I'd say we sort of already implemented some of the tidying in fortify. However, we can take advantage of broom for things that we don't cover and provide some plotting functionalities.

terrytangyuan commented 6 years ago

See related issue: https://github.com/sinhrks/ggfortify/issues/17

Contributions are welcomed!