Repertoire dynamics

# S3 method for immunr_dynamics
vis(.data, .plot = c("smooth", "area", "line"),
  .log = F, ...)

Arguments

.data

Output from the trackClonotypes function.

.plot

Character. Either "smooth", "area" or "line". Each specifies a type of plot for visualisation of clonotype dynamics.

.log

Logical. If TRUE then use log-scale for the frequency axis.

...

Not used here.