Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Feb 14, 2024
1 parent 35a1f08 commit 26e09a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quarto/figure-templates/template-fig_14.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ format: html

## ggplot2 Figure

```{r fig, message=FALSE, warning=FALSE}
```{r fig, message=FALSE, warning=FALSE, fig.height=7, fig.width=9}
# Load Libraries & Data
library(falcon)
advs <- random.cdisc.data::cadvs
make_fig_14(
df = advs,
add_cond = expr("ONTRTFL == 'Y' | ABLFL == 'Y'"),
add_cond = bquote("ONTRTFL == 'Y' | ABLFL == 'Y'"),
add_table = TRUE,
yticks = c(135, 140, 145, 150, 155, 160)
)
Expand Down

0 comments on commit 26e09a0

Please sign in to comment.