ggobi/ggally: v2.0.0
- Barret Schloerke1
- François Briatte
- Joseph2
- bigbeardesktop
- justsomeone1001
- Jason Crowley3
- Dianne Cook4
- Eduardo Ibanez5
- Carson Sievert1
- Kevin Ogden6
- Ross7
- Edward Wallace8
- Jonathan Gilligan9
- Trey Spiller
- Edwin Thoen10
- Jakob Richter11
- Ott Toomet
- Marcus W Beck12
- elbamos
- Alexey Sergushichev13
- André Calero Valdez
- Codetrainee
- Erwan Le Pennec
- Gökçen Eraslan
- Heike Hofmann14
- Simon P. Couch15
- The Gitter Badger16
- Vasco Lepori
- Yihui Xie17
- Ben Bolker18
- 1. @rstudio
- 2. IRD
- 3. Iowa Workforce Development
- 4. Monash University
- 5. GE Energy Consulting
- 6. Florida Power and Light
- 7. Recently retired.
- 8. The University of Edinburgh
- 9. Vanderbilt University
- 10. Funda
- 11. TU Dortmund University
- 12. TBEP
- 13. ITMO University
- 14. Iowa State University
- 15. Reed College
- 16. Gitter
- 17. RStudio, PBC
- 18. McMaster University
Description
vig_ggally("ggally_plots")- ggally_*(): List of available high-level plotsvig_ggally("ggally_stats")- stat_*(): Additional statistics for ggplot2vig_ggally("ggbivariate")- ggbivariate(): Plot an outcome with several potential explanatory variablesvig_ggally("ggtable")- ggtable(): Cross-tabulated tables- To view all vignettes for
GGally, callGGally::vig_ggally()
ggbivariate() (@larmarange, #324)
- Display an outcome using several potential explanatory variables
vig_ggally("ggbivariate")
ggtable() (@larmarange, #351)
- Cross-tabulated tables of discrete variables
vig_ggally("ggtable")
add_to_ggmatrix() (#362)
- Add ggplot2 objects to
ggmatrixobjects at selected locations - Locations can be rows, columns, matrices, or other shorthand values.
ggally_autopoint(), ggally_autopointDiag() (@larmarange, #325)
- Make scatterplots compatible with both continuous and categorical variables using
ggforce::geom_autopoint().
ggally_colbar(), ggally_rowbar() (@larmarange, #324)
- Plot column or row percentage using bar plots.
ggally_count(), ggally_countDiag() (@larmarange, #321)
- Plot the number of observations by using rectangles with proportional areas.
ggally_cross() (@larmarange, #326)
- Plot the number of observations by using square points with proportional areas.
ggally_crosstable() (@larmarange, #351)
- Display a cross-tabulated table.
ggally_statistic() (#327)
- A generalized version of
ggally_cor() - Use this method to create functions similar to
ggally_cor()that return any text value given andxandyvector of data
ggally_summarise_by() (@larmarange, #325)
- Display summary statistics of a continuous variable for each value of a discrete variable.
ggally_table() (@larmarange, #326)
- Plot the number of observations as a table.
ggally_trends() (@larmarange, #333)
- Plot trends using line plots.
signif_stars() (@larmarange, #327)
- Return the appropriate number of significance stars as a character vector for the provided numeric input values.
ggplot2 plot statistics:
stat_cross() (@larmarange, #326)
- Computes statistics of a 2-dimensional matrix using
broom::augment.htest.
stat_prop() (@larmarange, #324)
- Compute proportions according to custom denominator.
stat_weighted_mean() (@larmarange, #333)
- Compute the mean of y aesthetic for each unique value of x, taking into account weight aesthetic if provided.
ggally_cor() (#327)
- New implementation using
ggally_statistic() - Will now hide the grid by default and add a border (
displayGrid = FALSE) - Added the ability to display significance stars (
stars = TRUE) - Alignment has been fixed so both short and long names should be displayed within view.
alignPercentnow corresponds to the center of the text. - Added the ability to separate the arguments sent to the title and the groups (
title_argsandgroup_args) - Digits now represents the total number of digits after the decimal place.
- To use the old version, change your
ggally_cor()function calls toggally_cor_v1_5(). - Previously deprecated parameters have been removed
Website
- Updated to use
pkgdown(#335)
ggpairs() (#331)
- New
proportionargument to control relative size of sub-plots - option
proportion = "auto"for automatic guess based on the number of levels for discrete variables
ggduo() (#331)
- New
xProportionandyProportionarguments to control relative size of sub-plots - Set option
xProportion = "auto"andyProportion = "auto"for automatic guess based on the number of levels for discrete variables
ggscatmat()
lowertriangle()now preallocates it's memory usage for a 2-5x speed improvement. (@vlepori, #328)- Fixed
facet'ing error where the factor order was not preserved. This error caused the facets to be alphabetically sorted, cause plots to appear in unexpected locations. (#355)
Files
ggobi/ggally-v2.0.0.zip
Files
(1.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:fd92ff03f40309cb9de2d1eb2fd61c7c
|
1.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ggobi/ggally/tree/v2.0.0 (URL)