sinhrks / ggfortify

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

ENH/CLN: Integration with {broom} #17

Open sinhrks opened 9 years ago

sinhrks commented 9 years ago

Utilize {broom} as much if outputs data.frame which has enough information for plotting.

autoplot should not be affected. Column names output from fortify may be affected.

sinhrks commented 8 years ago

May need to revisit this, as ggplot2::fortify may be deprecated in future. broom::augment will be a successor?

https://github.com/hadley/ggplot2/blob/master/R/fortify.r