View source: R/as_curve_params.R
as_curve_params | R Documentation |
Load antibody decay curve parameter
as_curve_params(data, antigen_isos = NULL)
data |
a |
antigen_isos |
a |
a curve_data
object
(a tibble::tbl_df with extra attribute antigen_isos
)
library(magrittr)
curve_data <-
serocalculator_example("example_curve_params.csv") %>%
read.csv() %>%
as_curve_params()
print(curve_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.