powered by
Plot a grid of radar(-like) plots for visualising a distance among objects.
vis.radarlike(.data, .ncol = 3, .which = NA, .expand = c(0.25, 0))
Square data frame or matrix with row names and col names stands for objects and values for distances.
Number of columns in the grid.
Character vector, which datasets to show.
Integer vector of length 2, for scale_y_continous(expand = .expand) function.
scale_y_continous(expand = .expand)
repOverlap, js.div
# 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