View source: R/as_noise_params.R
as_noise_params | R Documentation |
Load noise parameters
as_noise_params(data, antigen_isos = NULL)
data |
a |
antigen_isos |
|
a noise_params
object (a tibble::tbl_df with
extra attribute antigen_isos
)
library(magrittr)
noise_data <-
serocalculator_example("example_noise_params.csv") %>%
read.csv() %>%
as_noise_params()
print(noise_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.