Skip to content

CRAN release 0.4.0

Compare
Choose a tag to compare
@mayer79 mayer79 released this 09 Dec 12:07
· 314 commits to main since this release
7516ac4

shapviz 0.4.0

Removed dependencies

The following dependencies have been removed:

  • "ggbeeswarm"
  • "vipor"
  • "beeswarm"

Changes in sv_importance()

  • New argument bee_width: Relative width of the beeswarms. The default is 0.4. It replaces the width argument passed via ....
  • New argument bee_adjust: Relative adjustment factor of the bandwidth used in estimating the density of the beeswarms. Default is 0.5.
  • In case a beeswarm is shown: the ... arguments are now passed to geom_point().

Improvement with Plotly

  • plotly::ggplotly() now works for most functionalities of sv_importance(), including beeswarms.