tcR (version 2.3.2)

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, .which = NA, .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.

.which

Character vector, which datasets to show.

.expand

Integer vector of length 2, for scale_y_continous(expand = .expand) function.

See Also

repOverlap, js.div

Examples

Run this code
# NOT RUN {
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 DataLab