Plot time between serum samples

plot_samples_distances(titre_dat)

Arguments

titre_dat

the data frame of titre data, including labels for individuals and time sample was taken

Value

a ggplot2 object

See also

Other theta_plots: plot_posteriors_theta()

Examples

if (FALSE) { data(example_titre_dat) plot_samples_distances(example_titre_dat) }