Releases: yannabraham/Radviz
Interactive visualizations and better scaling
- changed some defaults in the plotting function to enable interactive visualitations through
plotly
- added a scaling factor to the
do.radviz
function to counteract the compressing effect of a large number of springs - plotting functions now use
plot.radviz
internally to avoid code duplication - cleaned up links in the documentation
Bug fixes & minor improvements
This release fixes the errors related to hexbin and Rcpp imports. Additionally springs
now returns the anchor matrix rather than simply the anchor names, to make it better compatible with Freeviz and Graphviz.
Freeviz
We implemented the Freeviz anchor optimization method, which is based on maximizing the separation between known classes. We used the same underlying principles to create Graphviz, a new graph layout algorithm that plots a graph in the context of any data available at the vertex level.
Tweaks and Fixes
- Fixed a bug related to arguments in smoothRadviz
- Fixed a bug in do.L where NA is returned if the column contains a single value after transformation
- Fixed a bug in do.radviz where creating Radviz objects from tbl_df could throw an error
minor bug fixes and enhancements
This release includes a couple of minor bug fixes and enhancements, following the transition to ggplot2.
ggplot2 version of Radviz
This version of Radviz implements the major plot methods from the original package using ggplot2, enabling simpler faceting and coloring.
Package is released on CRAN
v0.7.0 includes everything required to produce Radviz plots in the context of High Dimensional Single Cell Analysis for mass and flow cytometry data