vis.number.count(.data, .ncol = 3,
.name = "Histogram of clonotypes read counts")
.data
. Else not used..data
is a data frame, than one histogram will be plotted. Is .data
is a list, than grid of histograms
will be plotted.load('immdata.rda')
# Plot one histogram with main title.
vis.number.count(immdata[[1]], 'Main title here')
# Plot a grid of histograms with 2 columns.
vis.number.count(immdata, 2)
Run the code above in your browser using DataLab