View source: R/graph.curve.params.R
graph.curve.params | R Documentation |
Graph estimated antibody decay curve
graph.curve.params(
curve_params,
antigen_isos = unique(curve_params$antigen_iso),
verbose = FALSE
)
curve_params |
a |
antigen_isos |
antigen isotypes |
verbose |
verbose output |
a ggplot2::ggplot()
object
curve <-
typhoid_curves_nostrat_100 |>
dplyr::filter(antigen_iso %in% c("HlyE_IgA", "HlyE_IgG"))
plot1 <- graph.curve.params(curve)
print(plot1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.