Skip to content

Commit

Permalink
Merge pull request #10 from teunbrand/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
smouksassi authored Jan 16, 2024
2 parents c50fd20 + 8a42bd0 commit 079514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/PK_Example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 079514e

Please sign in to comment.