Recent Releases of ggfortify
ggfortify - v0.4.11
- Added support of Silhouette plot for
cluster::silhouetteobjects, thanks to @damirpolat. - Fixed issue with
autoplot.lm(which = 2)when residuals haveAsIstype, thanks to @richierocks. - Added
markdowntoSuggests. For context, please see this issue.
- R
Published by terrytangyuan over 5 years ago
ggfortify - v0.4.4
- Added
label.show.legendargument to hide/show the legend of text labels. ggmultiplotarranges a singleggplotinstance with layout that can now be specified by the user.- Enhanced unit tests: 1) CRAN MKL build can pass; tests are skipped if the required packages are not installed; several test checks are more robust to upstream package changes.
- R
Published by terrytangyuan about 8 years ago
ggfortify - v0.4.3
- Fixed incorrect y-axis label for plotting
cv.glmnetobjects. - Removed incorrect y-axis label with
scales::percentforggdistribution. - Added support of
autoplot.lm()for character variables, thanks to @lselzer. - Fixed tests for
forecast::ets()to be compatible with newer version offorecastpackage, thanks to @robjhyndman. - Added support for arbitrary functions in
autoplot.survfit(), thanks to @jonathon-love.
- R
Published by terrytangyuan over 8 years ago
ggfortify - v0.2.0
- Components of prcomp and princomp are now scaled and can be disabled if needed.
- autoplot.ts now supports stacked option
- Support maps and sp packages
- Support ggrepel
- Support ggbiplot
- More compatible with recent version of forecast, dplyr, tidyr, etc.
- R
Published by terrytangyuan about 10 years ago