README.md

Note: This package has been maintained by @terrytangyuan since 2015. Please consider sponsoring!

cran download

ggfortify

This package offers fortify and autoplot functions to allow automatic ggplot2 to visualize statistical result of popular R packages. Check out our R Journal paper for more details on the overall architecture design and a gallery of visualizations created with this package. Also check out autoplotly package that could automatically generate interactive visualizations with plotly.js style based on ggfortify. The generated visualizations can also be easily extended using ggplot2 syntax while staying interactive.

Installation

install.packages('ggfortify')
if (!require("remotes")) install.packages("remotes")
  remotes::install_github('sinhrks/ggfortify')

Examples

Reference/Citation

To cite ggfortify in publications, please use (available via citation("ggfortify")):

  Yuan Tang, Masaaki Horikoshi, and Wenxuan Li (2016). ggfortify: Unified Interface to Visualize
  Statistical Result of Popular R Packages. The R Journal, 8.2, 478-489.

  Masaaki Horikoshi and Yuan Tang (2016). ggfortify: Data Visualization Tools for Statistical
  Analysis Results. https://CRAN.R-project.org/package=ggfortify

Coverage

This covers following classes:

Helper Functions



sinhrks/ggfortify documentation built on April 20, 2024, 10:27 p.m.