You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ knitr::opts_chunk$set(
25
25
<!-- badges: end -->
26
26
27
27
28
-
`fillpattern`streamlines the process of adding distinctive yet unobtrusive geometric patterns in place of solid grob/geom fills. The resultant figures look just as professional when viewed by colorblind readers or when printed in black and white.
28
+
`fillpattern`provides geometric patterns to replace solid color fills in statistical graphics. These patterns ensure figures remain distinguishable when viewed by colorblind readers or when printed in black and white.
29
29
30
30
Compared to the similar [`ggpattern`](https://coolbutuseless.github.io/package/ggpattern/index.html) package, `fillpattern`:
31
31
32
-
* Has no dependencies beyond base R and `ggplot2`.
32
+
* Has no dependencies beyond base R and [`ggplot2`](https://ggplot2.tidyverse.org).
0 commit comments