corrr 0.4.3
-
Handle correlation of exactly zero or 1 in
network_plot()
(@s-scherrer, #89) -
Add
.order
argument torplot()
with options "default" and "alphabet" plus improved documentation (@mattwarkentin, #99 and @thisisdaryn, #114) -
Make
network_plot()
more robust, for example to highly correlated data (@thisisdaryn, #107) -
New
colpair_map()
allows for column comparisons using the values returned by an arbitrary function (@jameslairdsmith, #94). -
correlate()
now works with single-column data.frames and numeric vectors (@antoine-sachet, #122). Note thediagonal
argument is ignored in these 2 cases. -
network_plot()
now works withcor_df
objects with only 1 or 2 columns (@antoine-sachet, #122) -
The first column of a
cor_df
object is now named "term". Previously it was named "rowname" (@thisisdaryn, #117).