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

Description Usage Arguments See Also Examples

Description

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

Usage

1
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

1
2
3
4
5
6
7
8
## 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)

## End(Not run)

tcR documentation built on July 2, 2020, 3:18 a.m.