tcR (version 1.1)

vis.radarlike: Radar-like / spider-like plots.

Description

Plot a grid of radar(-like) plots for visualising a distance among objects.

Usage

vis.radarlike(.data, .ncol = 3, .expand = c(0.25, 0))

Arguments

.data
Square data frame or matrix with row names and col names stands for objects and values for distances.
.ncol
Number of columns in the grid.
.expand
Interger vector of length 2, for scale_y_continous(expand = .expand) function.

See Also

intersect js.div

Examples

Run this code
load('immdata.rda')
# Compute Jensen-Shannon divergence among V-usage of repertoires.
imm.js <- js.div.seg(immdata, .verbose = F)
# Plot it.
vis.radarlike(imm.js)

Run the code above in your browser using DataCamp Workspace