powered by
Graph estimated antibody decay curve
graph.curve.params( curve_params, antigen_isos = unique(curve_params$antigen_iso), verbose = FALSE )
a ggplot2::ggplot() object
ggplot2::ggplot()
a data.frame() containing MCMC samples of antibody decay curve parameters
data.frame()
antigen isotypes
verbose output
curve <- typhoid_curves_nostrat_100 |> dplyr::filter(antigen_iso %in% c("HlyE_IgA", "HlyE_IgG")) plot1 <- graph.curve.params(curve) print(plot1)
Run the code above in your browser using DataLab