Skip to content

v0.2.0

Compare
Choose a tag to compare
@drsimonj drsimonj released this 12 Aug 21:31

New Functions

  • network_plot() the correlations.
  • focus_() for standard evaluation version of focus().

New Functionality

  • fashion() will now attempt to work on any object (not just cor_df), making it useful for printing any data frame, matrix, vector, etc.
  • print_cor argument added to rplot() to overlay the correlations as text.

Other

  • na_omit arguement in stretch() changed to na.rm to match gather_().
  • Bug fixes.
  • Improvements.