radviz : an htmlwidget for https://github.com/biovisualize/radviz

See https://github.com/biovisualize/radviz for more info.

This is a super-basic widget that's looking for a home (i.e pls take over development! :-)

The following functions are implemented:

The following data sets are included:

Installation

devtools::install_github("hrbrmstr/radviz")
options(width=120)

Usage

library(radviz)

# current verison
packageVersion("radviz")
radviz(iris, diameter=600, margin=100, 
       use_repulsion=TRUE, draw_links=TRUE, 
       width=600, height=500) %>% 
  add_dimensions(c('Sepal.Length', 'Sepal.Width', 
                   'Petal.Length', 'Petal.Width')) %>% 
  add_color("Species") %>% 
  add_tooltip("function(d){ return 'Petal width: ' + d['Petal.Length']; }")

Test Results

library(radviz)
library(testthat)

date()

test_dir("tests/")


hrbrmstr/radviz documentation built on May 17, 2019, 5:12 p.m.