Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison committed Oct 1, 2024
1 parent 372fffa commit 13f8170
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/articles/_antibody-response-model.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,17 +175,20 @@ decay is restored.
An interactive Shiny app that allows the user to manipulate the model parameters is available at:

<https://ucdserg.shinyapps.io/antibody-kinetics-model-2/>

:::

```{r svg}
#| echo: false
#| eval: false
#| label: fig-qr-code
library(qrcode)
code <- qr_code("https://ucdserg.shinyapps.io/antibody-kinetics-model-2/")
generate_svg(code, filename = "man/figures/qr_akm2.svg")
```


![QR code for shiny app](man/figures/qr_akm2.svg)
![]()

## Biological noise

Expand Down

0 comments on commit 13f8170

Please sign in to comment.