Skip to content

v1.2.0

Compare
Choose a tag to compare
@schloerke schloerke released this 04 Jul 16:00
· 623 commits to master since this release

GGally 1.2.0

install requirements

ggduo - New!

  • plot two grouped data in a plot matrix (#173)
  • helpful for plotting two sets of columns, multivariate analysis, and canonical correlation analysis
  • be sure to check out the examples!

ggally_smooth_loess - New!

  • uses the loess method with drawing a line (1552f96)

ggally_smooth_lm - New!

  • uses the lm method with drawing a line (1552f96)
  • alias of ggally_smooth

ggmatrix.print

  • fixed bug strips where causing spacing issue when printing axis labels (174630d)

ggnetworkmap

  • fixed bug where checking for the package 'intergraph' couldn't be reached

ggsurv

  • changed default of plotting multiple censored data color to match the survival line

package testing

  • added many more tests!