graph.curve.params {serocalculator}R Documentation

Graph estimated antibody decay curve

Description

Graph estimated antibody decay curve

Usage

graph.curve.params(
  curve_params,
  antigen_isos = unique(curve_params$antigen_iso),
  verbose = FALSE
)

Arguments

curve_params

a data.frame() containing MCMC samples of antibody decay curve parameters

antigen_isos

antigen isotypes

verbose

verbose output

Value

a ggplot2::ggplot() object

Examples


curve_params <- readRDS(url("https://osf.io/download/rtw5k/"))

plot1 <- graph.curve.params(curve_params)

print(plot1)


[Package serocalculator version 1.0.3 Index]