Description Usage Arguments See Also Examples
Plot a grid of radar(-like) plots for visualising a distance among objects.
1  | vis.radarlike(.data, .ncol = 3, .which = NA, .expand = c(0.25, 0))
 | 
.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   | 
repOverlap, js.div
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.