View source: R/methods-print.R
| print.lfq_fit | R Documentation |
Print a lineage frequency model
## S3 method for class 'lfq_fit'
print(x, ...)
x |
An |
... |
Ignored. |
Invisibly returns x.
sim <- simulate_dynamics(n_lineages = 3,
advantages = c("JN.1" = 1.3, "KP.3" = 0.9),
n_timepoints = 15, seed = 42)
fit <- fit_model(sim, engine = "mlr")
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.