From 8a42bd0f6fca477c09d30c268d1be5229a445d0c Mon Sep 17 00:00:00 2001 From: Teun van den Brand Date: Tue, 16 Jan 2024 18:01:59 +0100 Subject: [PATCH] fix typo --- vignettes/PK_Example.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/PK_Example.Rmd b/vignettes/PK_Example.Rmd index 2b44b6f..dfc17b0 100644 --- a/vignettes/PK_Example.Rmd +++ b/vignettes/PK_Example.Rmd @@ -569,7 +569,7 @@ ggplot(out.df.univariatecov.nca[out.df.univariatecov.nca$covname!="REF",], aes( quantiles = c(0.05,0.5, 0.95)) + scale_x_continuous( breaks = c(0.25, 0.5, 0.8, 1/0.8, 1/0.5, 1/0.25), - tran = "log") + + trans = "log") + scale_fill_manual( name = "Probability", values = c("white", "#0000FFA0", "#0000FFA0", "white"),