GGally 2.2.1
  • Reference
  • Articles
    • Generic plot matrix
    • ggpairs(): Pairwise plot matrix
    • ggduo(): Two-grouped plot matrix
    • ggmatrix(): Plot matrix
    • ggally_*(): List of available high-level plots
    • Specialized plot matrix
    • ggbivariate(): Plot an outcome with several potential explanatory variables
    • ggnostic(): Model diagnostics
    • ggscatmat(): Numeric pairwise plot matrix
    • ggtable(): Cross-tabulated tables
    • stat_*(): Additional statistics for ggplot2
    • Specialized ggplot2 plot
    • ggcoef_model(): Model coefficients
    • ggcoef(): Model coefficients
    • ggnetworkmap(): Network + map plot
    • ggsurv(): Survival curves
    • glyphs(): Glyph plot
  • Changelog

stat_*(): Additional statistics for ggplot2

Source: vignettes/ggally_stats.Rmd
ggally_stats.Rmd

GGally reexports three ggplot2 statistics functions from ggstats. Please see their corresponding vignettes in ggstats for more details: * Compute cross-tabulation statistics with stat_cross() (vignette("stat_cross", "ggstats")) * Compute custom proportions with stat_prop() (vignette("stat_prop", "ggstats")) * Compute weighted mean with stat_weighted_mean() (vignette("stat_weighted_mean", "ggstats"))

Developed by Barret Schloerke, Di Cook, Joseph Larmarange, Francois Briatte, Moritz Marbach, Edwin Thoen, Amos Elberg, Jason Crowley.

Site built with pkgdown 2.0.7.