Skip to content

Commit

Permalink
edit gnc vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Jan 2, 2025
1 parent 8a27ac4 commit e594422
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/gnc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ vignette: >
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
message = FALSE,
warning = FALSE,
error = FALSE,
comment = "#>",
dev = "ragg_png"
)
Expand Down Expand Up @@ -73,7 +76,7 @@ ggplot(data = mtcars, mapping = aes(x = mpg, y = disp, colour = factor(cyl))) +
title = "GNC Theme",
subtitle = "GNC secondary palette",
) +
theme_gnc(grid = "XY")
theme_gnc(grid = "Y")
```


0 comments on commit e594422

Please sign in to comment.