Skip to content

Commit 079514e

Browse files
authored
Merge pull request #10 from teunbrand/typo
Fix typo
2 parents c50fd20 + 8a42bd0 commit 079514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/PK_Example.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ ggplot(out.df.univariatecov.nca[out.df.univariatecov.nca$covname!="REF",], aes(
569569
quantiles = c(0.05,0.5, 0.95)) +
570570
scale_x_continuous(
571571
breaks = c(0.25, 0.5, 0.8, 1/0.8, 1/0.5, 1/0.25),
572-
tran = "log") +
572+
trans = "log") +
573573
scale_fill_manual(
574574
name = "Probability",
575575
values = c("white", "#0000FFA0", "#0000FFA0", "white"),

0 commit comments

Comments
 (0)