Graph antibody decay curves by antigen isotype
Description
Graph antibody decay curves by antigen isotype
Usage
## S3 method for class 'curve_params'
autoplot(
object,
method = c("graph.curve.params", "graph_seroresponse_model_1"),
...
)
Arguments
object
|
a curve_params object (constructed using as_sr_params()), which is a data.frame() containing MCMC samples of antibody decay curve parameters
|
method
|
a character string indicating whether to use
|
…
|
additional arguments passed to the sub-function indicated by the method argument.
|