Browse Source

README

tags/0.8.0
boB Rudis 5 years ago
parent
commit
04becd931e
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      .Rbuildignore
  2. 51
      README.Rmd
  3. 68
      README.md
  4. BIN
      README_figs/README-unnamed-chunk-10-1.png
  5. BIN
      README_figs/README-unnamed-chunk-11-1.png
  6. BIN
      README_figs/README-unnamed-chunk-12-1.png
  7. BIN
      README_figs/README-unnamed-chunk-13-1.png
  8. BIN
      README_figs/README-unnamed-chunk-4-1.png
  9. BIN
      README_figs/README-unnamed-chunk-5-1.png
  10. BIN
      README_figs/README-unnamed-chunk-6-1.png
  11. BIN
      README_figs/README-unnamed-chunk-7-1.png
  12. BIN
      README_figs/README-unnamed-chunk-8-1.png
  13. BIN
      README_figs/README-unnamed-chunk-9-1.png
  14. 0
      README_files/figure-gfm/ft-1.png
  15. 0
      README_files/figure-gfm/unnamed-chunk-10-1.png
  16. 0
      README_files/figure-gfm/unnamed-chunk-2-1.png
  17. 0
      README_files/figure-gfm/unnamed-chunk-3-1.png
  18. BIN
      README_files/figure-gfm/unnamed-chunk-4-1.png
  19. BIN
      README_files/figure-gfm/unnamed-chunk-5-1.png
  20. 0
      README_files/figure-gfm/unnamed-chunk-6-1.png
  21. 0
      README_files/figure-gfm/unnamed-chunk-7-1.png
  22. 0
      README_files/figure-gfm/unnamed-chunk-8-1.png
  23. 0
      README_files/figure-gfm/unnamed-chunk-9-1.png
  24. BIN
      README_files/figure-markdown_github/unnamed-chunk-10-1.png
  25. BIN
      README_files/figure-markdown_github/unnamed-chunk-10-2.png
  26. BIN
      README_files/figure-markdown_github/unnamed-chunk-4-1.png
  27. BIN
      README_files/figure-markdown_github/unnamed-chunk-5-1.png
  28. BIN
      README_files/figure-markdown_github/unnamed-chunk-6-1.png
  29. BIN
      README_files/figure-markdown_github/unnamed-chunk-7-1.png
  30. BIN
      README_files/figure-markdown_github/unnamed-chunk-8-1.png
  31. BIN
      README_files/figure-markdown_github/unnamed-chunk-9-1.png
  32. BIN
      inst/fonts/plex-sans/IBMPlexSans-Italic.ttf
  33. BIN
      inst/fonts/plex-sans/IBMPlexSans-LightItalic.ttf
  34. BIN
      inst/fonts/plex-sans/IBMPlexSans-MediumItalic.ttf
  35. BIN
      inst/fonts/plex-sans/IBMPlexSans-TextItalic.ttf
  36. BIN
      inst/fonts/plex-sans/IBMPlexSans-ThinItalic.ttf
  37. BIN
      inst/fonts/public-sans/PublicSans-BoldItalic.ttf
  38. BIN
      inst/fonts/public-sans/PublicSans-ExtraLightItalic.ttf
  39. BIN
      inst/fonts/public-sans/PublicSans-Italic.ttf
  40. BIN
      inst/fonts/public-sans/PublicSans-LightItalic.ttf
  41. BIN
      inst/fonts/public-sans/PublicSans-MediumItalic.ttf
  42. BIN
      inst/fonts/public-sans/PublicSans-SemiBoldItalic.ttf
  43. BIN
      inst/fonts/public-sans/PublicSans-ThinItalic.ttf
  44. BIN
      inst/fonts/roboto-condensed/RobotoCondensed-BoldItalic.ttf
  45. BIN
      inst/fonts/roboto-condensed/RobotoCondensed-Italic.ttf
  46. BIN
      inst/fonts/roboto-condensed/RobotoCondensed-LightItalic.ttf
  47. BIN
      inst/fonts/titillium-web/TitilliumWeb-BoldItalic.ttf
  48. BIN
      inst/fonts/titillium-web/TitilliumWeb-Italic.ttf
  49. BIN
      inst/fonts/titillium-web/TitilliumWeb-LightItalic.ttf
  50. BIN
      man/figures/README-an-1.png
  51. BIN
      man/figures/README-ax1-1.png
  52. BIN
      man/figures/README-ax2-1.png
  53. BIN
      man/figures/README-ax3-1.png
  54. BIN
      man/figures/README-ft-1.png
  55. BIN
      man/figures/README-ps-1.png
  56. BIN
      man/figures/README-rc-1.png
  57. BIN
      man/figures/README-sc-1.png
  58. BIN
      man/figures/README-sp-1.png
  59. BIN
      man/figures/README-tw-1.png
  60. BIN
      man/figures/README-unnamed-chunk-6-1.png
  61. BIN
      man/figures/README-unnamed-chunk-7-1.png

1
.Rbuildignore

@ -5,6 +5,7 @@
^README\.Rmd$ ^README\.Rmd$
^README\.md$ ^README\.md$
^README\.html$ ^README\.html$
^README_files$
^NOTES.*$ ^NOTES.*$
^notes.*$ ^notes.*$
^CONDUCT\.md$ ^CONDUCT\.md$

51
README.Rmd

@ -1,18 +1,22 @@
--- ---
output: rmarkdown::github_document output: rmarkdown::github_document
--- ---
```{r, echo = FALSE} ```{r pkg-knitr-opts, include=FALSE}
knitr::opts_chunk$set(collapse=TRUE, comment="##", fig.retina=2, fig.path = "man/figures/README-") hrbrpkghelpr::global_opts()
``` ```
## `hrbrthemes` : Additional Themes and Theme Components for 'ggplot2' ```{r badges, results='asis', echo=FALSE, cache=FALSE}
hrbrpkghelpr::stinking_badges(
extra_lines = c(
"![downloads](https://cranlogs.r-pkg.org/badges/grand-total/hrbrthemes)",
"[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2545422.svg)](https://doi.org/10.5281/zenodo.2545422)"
)
)
```
## hrbrthemes
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active) Additional Themes and Theme Components for 'ggplot2'
[![codecov](https://codecov.io/gh/hrbrmstr/hrbrthemes/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/hrbrthemes)
[![Travis-CI Build Status](https://travis-ci.org/hrbrmstr/hrbrthemes.svg?branch=master)](https://travis-ci.org/hrbrmstr/hrbrthemes)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/hrbrthemes)](https://cran.r-project.org/package=hrbrthemes)
![downloads](https://cranlogs.r-pkg.org/badges/grand-total/hrbrthemes)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2545422.svg)](https://doi.org/10.5281/zenodo.2545422)
---- ----
@ -90,14 +94,10 @@ Utilities:
### Installation ### Installation
```{r nstall-ex, results='asis', echo = FALSE, cache=FALSE} ```{r install-ex, results='asis', echo = FALSE, cache=FALSE}
hrbrpkghelpr::install_block() hrbrpkghelpr::install_block()
``` ```
```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}
options(width=120)
```
### Usage ### Usage
```{r message=FALSE, warning=FALSE, error=FALSE} ```{r message=FALSE, warning=FALSE, error=FALSE}
@ -111,7 +111,7 @@ packageVersion("hrbrthemes")
### Base theme (Arial Narrow) ### Base theme (Arial Narrow)
```{r fig.retina=2} ```{r an}
ggplot(mtcars, aes(mpg, wt)) + ggplot(mtcars, aes(mpg, wt)) +
geom_point() + geom_point() +
labs(x="Fuel efficiency (mpg)", y="Weight (tons)", labs(x="Fuel efficiency (mpg)", y="Weight (tons)",
@ -123,7 +123,7 @@ ggplot(mtcars, aes(mpg, wt)) +
### Roboto Condensed ### Roboto Condensed
```{r fig.retina=2} ```{r rc}
ggplot(mtcars, aes(mpg, wt)) + ggplot(mtcars, aes(mpg, wt)) +
geom_point() + geom_point() +
labs(x="Fuel efficiency (mpg)", y="Weight (tons)", labs(x="Fuel efficiency (mpg)", y="Weight (tons)",
@ -135,7 +135,7 @@ ggplot(mtcars, aes(mpg, wt)) +
### New FT Theme! ### New FT Theme!
```{r ft, fig.retina=2} ```{r ft}
ggplot(mtcars, aes(mpg, wt)) + ggplot(mtcars, aes(mpg, wt)) +
geom_point(color = ft_cols$yellow) + geom_point(color = ft_cols$yellow) +
labs(x="Fuel efficiency (mpg)", y="Weight (tons)", labs(x="Fuel efficiency (mpg)", y="Weight (tons)",
@ -147,7 +147,7 @@ ggplot(mtcars, aes(mpg, wt)) +
### IBM Plex Sans ### IBM Plex Sans
```{r fig.width=10, fig.height=7, fig.retina=2} ```{r ps, fig.width=10, fig.height=7}
ggplot(mpg, aes(displ, hwy)) + ggplot(mpg, aes(displ, hwy)) +
geom_jitter(aes(color=class, fill=class), size=3, shape=21, alpha=1/2) + geom_jitter(aes(color=class, fill=class), size=3, shape=21, alpha=1/2) +
scale_x_continuous(expand=c(0,0), limits=c(1, 8), breaks=1:8) + scale_x_continuous(expand=c(0,0), limits=c(1, 8), breaks=1:8) +
@ -168,7 +168,7 @@ flush_ticks(gg)
### Titillium Web ### Titillium Web
```{r fig.width=10, fig.height=7, fig.retina=2} ```{r tw, fig.width=10, fig.height=7}
ggplot(mpg, aes(displ, hwy)) + ggplot(mpg, aes(displ, hwy)) +
geom_jitter(aes(color=class, fill=class), size=3, shape=21, alpha=1/2) + geom_jitter(aes(color=class, fill=class), size=3, shape=21, alpha=1/2) +
scale_x_continuous(expand=c(0,0), limits=c(1, 8), breaks=1:8) + scale_x_continuous(expand=c(0,0), limits=c(1, 8), breaks=1:8) +
@ -189,7 +189,7 @@ flush_ticks(gg)
### Scales (Color/Fill) ### Scales (Color/Fill)
```{r fig.retina=2} ```{r sc}
ggplot(mtcars, aes(mpg, wt)) + ggplot(mtcars, aes(mpg, wt)) +
geom_point(aes(color=factor(carb))) + geom_point(aes(color=factor(carb))) +
labs(x="Fuel efficiency (mpg)", y="Weight (tons)", labs(x="Fuel efficiency (mpg)", y="Weight (tons)",
@ -202,7 +202,7 @@ ggplot(mtcars, aes(mpg, wt)) +
### Scales (Axis) ### Scales (Axis)
```{r fig.retina=2} ```{r ax1}
count(mpg, class) %>% count(mpg, class) %>%
mutate(pct=n/sum(n)) %>% mutate(pct=n/sum(n)) %>%
ggplot(aes(class, pct)) + ggplot(aes(class, pct)) +
@ -215,7 +215,7 @@ count(mpg, class) %>%
theme_ipsum(grid="Y") theme_ipsum(grid="Y")
``` ```
```{r fig.retina=2, fig.height=6} ```{r ax2, fig.height=6}
ggplot(uspopage, aes(x=Year, y=Thousands, fill=AgeGroup)) + ggplot(uspopage, aes(x=Year, y=Thousands, fill=AgeGroup)) +
geom_area() + geom_area() +
scale_fill_ipsum() + scale_fill_ipsum() +
@ -229,7 +229,7 @@ ggplot(uspopage, aes(x=Year, y=Thousands, fill=AgeGroup)) +
theme(legend.position="bottom") theme(legend.position="bottom")
``` ```
```{r fig.retina=2} ```{r ax3}
update_geom_font_defaults(font_rc_light) update_geom_font_defaults(font_rc_light)
count(mpg, class) %>% count(mpg, class) %>%
@ -250,7 +250,7 @@ count(mpg, class) %>%
### Spellcheck ggplot2 labels ### Spellcheck ggplot2 labels
```{r fig.retina=2, message=TRUE} ```{r sp, message=TRUE}
df <- data.frame(x=c(20, 25, 30), y=c(4, 4, 4), txt=c("One", "Two", "Three")) df <- data.frame(x=c(20, 25, 30), y=c(4, 4, 4), txt=c("One", "Two", "Three"))
ggplot(mtcars, aes(mpg, wt)) + ggplot(mtcars, aes(mpg, wt)) +
@ -272,5 +272,4 @@ cloc::cloc_pkg_md()
### Code of Conduct ### Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

68
README.md

@ -1,16 +1,29 @@
## `hrbrthemes` : Additional Themes and Theme Components for ‘ggplot2’ [![Project Status: Active – The project has reached a stable, usable
[![Project Status: Active - The project has reached a stable, usable
state and is being actively state and is being actively
developed.](https://www.repostatus.org/badges/0.1.0/active.svg)](http://www.repostatus.org/#active) developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![codecov](https://codecov.io/gh/hrbrmstr/hrbrthemes/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/hrbrthemes) [![Signed
[![Travis-CI Build by](https://img.shields.io/badge/Keybase-Verified-brightgreen.svg)](https://keybase.io/hrbrmstr)
![Signed commit
%](https://img.shields.io/badge/Signed_Commits-28.8%25-lightgrey.svg)
[![Linux build
Status](https://travis-ci.org/hrbrmstr/hrbrthemes.svg?branch=master)](https://travis-ci.org/hrbrmstr/hrbrthemes) Status](https://travis-ci.org/hrbrmstr/hrbrthemes.svg?branch=master)](https://travis-ci.org/hrbrmstr/hrbrthemes)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/hrbrthemes)](https://cran.r-project.org/package=hrbrthemes) [![Coverage
Status](https://codecov.io/gh/hrbrmstr/hrbrthemes/branch/master/graph/badge.svg)](https://codecov.io/gh/hrbrmstr/hrbrthemes)
[![cran
checks](https://cranchecks.info/badges/worst/hrbrthemes)](https://cranchecks.info/pkgs/hrbrthemes)
[![CRAN
status](https://www.r-pkg.org/badges/version/hrbrthemes)](https://www.r-pkg.org/pkg/hrbrthemes)
![Minimal R
Version](https://img.shields.io/badge/R%3E%3D-3.2.0-blue.svg)
![License](https://img.shields.io/badge/License-MIT-blue.svg)
![downloads](https://cranlogs.r-pkg.org/badges/grand-total/hrbrthemes) ![downloads](https://cranlogs.r-pkg.org/badges/grand-total/hrbrthemes)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2545422.svg)](https://doi.org/10.5281/zenodo.2545422) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2545422.svg)](https://doi.org/10.5281/zenodo.2545422)
## hrbrthemes
Additional Themes and Theme Components for ‘ggplot2’
----- -----
This is a very focused package that provides typography-centric themes This is a very focused package that provides typography-centric themes
@ -115,17 +128,20 @@ Utilities:
``` r ``` r
install.packages("hrbrthemes", repos = "https://cinc.rud.is") install.packages("hrbrthemes", repos = "https://cinc.rud.is")
# or # or
devtools::install_git("https://git.rud.is/hrbrmstr/hrbrthemes.git") remotes::install_git("https://git.rud.is/hrbrmstr/hrbrthemes.git")
# or # or
devtools::install_git("https://git.sr.ht/~hrbrmstr/hrbrthemes") remotes::install_git("https://git.sr.ht/~hrbrmstr/hrbrthemes")
# or # or
devtools::install_gitlab("hrbrmstr/hrbrthemes") remotes::install_gitlab("hrbrmstr/hrbrthemes")
# or # or
devtools::install_bitbucket("hrbrmstr/hrbrthemes") remotes::install_bitbucket("hrbrmstr/hrbrthemes")
# or # or
devtools::install_github("hrbrmstr/hrbrthemes") remotes::install_github("hrbrmstr/hrbrthemes")
``` ```
NOTE: To use the ‘remotes’ install options you will need to have the
[{remotes} package](https://github.com/r-lib/remotes) installed.
### Usage ### Usage
``` r ``` r
@ -150,7 +166,7 @@ ggplot(mtcars, aes(mpg, wt)) +
theme_ipsum() theme_ipsum()
``` ```
<img src="man/figures/README-unnamed-chunk-4-1.png" width="672" /> <img src="man/figures/README-an-1.png" width="672" />
### Roboto Condensed ### Roboto Condensed
@ -164,7 +180,7 @@ ggplot(mtcars, aes(mpg, wt)) +
theme_ipsum_rc() theme_ipsum_rc()
``` ```
<img src="man/figures/README-unnamed-chunk-5-1.png" width="672" /> <img src="man/figures/README-rc-1.png" width="672" />
### New FT Theme\! ### New FT Theme\!
@ -203,7 +219,7 @@ flush_ticks(gg)
## theme(axis.text.y=element_text(vjust=c(0, rep(0.5, 3), 1))) ## theme(axis.text.y=element_text(vjust=c(0, rep(0.5, 3), 1)))
``` ```
<img src="man/figures/README-unnamed-chunk-6-1.png" width="960" /> <img src="man/figures/README-ps-1.png" width="960" />
### Titillium Web ### Titillium Web
@ -228,7 +244,7 @@ flush_ticks(gg)
## theme(axis.text.y=element_text(vjust=c(0, rep(0.5, 3), 1))) ## theme(axis.text.y=element_text(vjust=c(0, rep(0.5, 3), 1)))
``` ```
<img src="man/figures/README-unnamed-chunk-7-1.png" width="960" /> <img src="man/figures/README-tw-1.png" width="960" />
### Scales (Color/Fill) ### Scales (Color/Fill)
@ -243,7 +259,7 @@ ggplot(mtcars, aes(mpg, wt)) +
theme_ipsum_rc() theme_ipsum_rc()
``` ```
<img src="man/figures/README-unnamed-chunk-8-1.png" width="672" /> <img src="man/figures/README-sc-1.png" width="672" />
### Scales (Axis) ### Scales (Axis)
@ -260,7 +276,7 @@ count(mpg, class) %>%
theme_ipsum(grid="Y") theme_ipsum(grid="Y")
``` ```
<img src="man/figures/README-unnamed-chunk-9-1.png" width="672" /> <img src="man/figures/README-ax1-1.png" width="672" />
``` r ``` r
ggplot(uspopage, aes(x=Year, y=Thousands, fill=AgeGroup)) + ggplot(uspopage, aes(x=Year, y=Thousands, fill=AgeGroup)) +
@ -276,7 +292,7 @@ ggplot(uspopage, aes(x=Year, y=Thousands, fill=AgeGroup)) +
theme(legend.position="bottom") theme(legend.position="bottom")
``` ```
<img src="man/figures/README-unnamed-chunk-10-1.png" width="672" /> <img src="man/figures/README-ax2-1.png" width="672" />
``` r ``` r
update_geom_font_defaults(font_rc_light) update_geom_font_defaults(font_rc_light)
@ -297,7 +313,7 @@ count(mpg, class) %>%
theme_ipsum_rc(grid="X") theme_ipsum_rc(grid="X")
``` ```
<img src="man/figures/README-unnamed-chunk-11-1.png" width="672" /> <img src="man/figures/README-ax3-1.png" width="672" />
### Spellcheck ggplot2 labels ### Spellcheck ggplot2 labels
@ -318,17 +334,17 @@ gg_check(gg)
## Possible misspelled words in [caption]: (captien) ## Possible misspelled words in [caption]: (captien)
``` ```
<img src="man/figures/README-unnamed-chunk-12-1.png" width="672" /> <img src="man/figures/README-sp-1.png" width="672" />
### hrbrthemes Metrics ### hrbrthemes Metrics
| Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) | | Lang | \# Files | (%) | LoC | (%) | Blank lines | (%) | \# Lines | (%) |
| :--- | -------: | ---: | ---: | ---: | ----------: | ---: | -------: | ---: | | :--- | -------: | ---: | ---: | ---: | ----------: | ---: | -------: | ---: |
| R | 22 | 0.92 | 1340 | 0.92 | 259 | 0.72 | 775 | 0.82 | | R | 22 | 0.92 | 1340 | 0.91 | 259 | 0.73 | 775 | 0.82 |
| Rmd | 2 | 0.08 | 124 | 0.08 | 99 | 0.28 | 172 | 0.18 | | Rmd | 2 | 0.08 | 129 | 0.09 | 98 | 0.27 | 167 | 0.18 |
### Code of Conduct ### Code of Conduct
Please note that this project is released with a [Contributor Code of Please note that this project is released with a Contributor Code of
Conduct](CONDUCT.md). By participating in this project you agree to Conduct. By participating in this project you agree to abide by its
abide by its terms. terms.

BIN
README_figs/README-unnamed-chunk-10-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

BIN
README_figs/README-unnamed-chunk-11-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

BIN
README_figs/README-unnamed-chunk-12-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

BIN
README_figs/README-unnamed-chunk-13-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

BIN
README_figs/README-unnamed-chunk-4-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

BIN
README_figs/README-unnamed-chunk-5-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

BIN
README_figs/README-unnamed-chunk-6-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 KiB

BIN
README_figs/README-unnamed-chunk-7-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

BIN
README_figs/README-unnamed-chunk-8-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

BIN
README_figs/README-unnamed-chunk-9-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

0
README_figs/README-ft-1.png → README_files/figure-gfm/ft-1.png

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

0
man/figures/README-unnamed-chunk-12-1.png → README_files/figure-gfm/unnamed-chunk-10-1.png

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

0
man/figures/README-unnamed-chunk-4-1.png → README_files/figure-gfm/unnamed-chunk-2-1.png

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

0
man/figures/README-unnamed-chunk-5-1.png → README_files/figure-gfm/unnamed-chunk-3-1.png

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

BIN
README_files/figure-gfm/unnamed-chunk-4-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
README_files/figure-gfm/unnamed-chunk-5-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

0
man/figures/README-unnamed-chunk-8-1.png → README_files/figure-gfm/unnamed-chunk-6-1.png

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

0
man/figures/README-unnamed-chunk-9-1.png → README_files/figure-gfm/unnamed-chunk-7-1.png

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

0
man/figures/README-unnamed-chunk-10-1.png → README_files/figure-gfm/unnamed-chunk-8-1.png

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 155 KiB

0
man/figures/README-unnamed-chunk-11-1.png → README_files/figure-gfm/unnamed-chunk-9-1.png

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-10-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-10-2.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-4-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-5-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-6-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-7-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-8-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

BIN
README_files/figure-markdown_github/unnamed-chunk-9-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

BIN
inst/fonts/plex-sans/IBMPlexSans-Italic.ttf

Binary file not shown.

BIN
inst/fonts/plex-sans/IBMPlexSans-LightItalic.ttf

Binary file not shown.

BIN
inst/fonts/plex-sans/IBMPlexSans-MediumItalic.ttf

Binary file not shown.

BIN
inst/fonts/plex-sans/IBMPlexSans-TextItalic.ttf

Binary file not shown.

BIN
inst/fonts/plex-sans/IBMPlexSans-ThinItalic.ttf

Binary file not shown.

BIN
inst/fonts/public-sans/PublicSans-BoldItalic.ttf

Binary file not shown.

BIN
inst/fonts/public-sans/PublicSans-ExtraLightItalic.ttf

Binary file not shown.

BIN
inst/fonts/public-sans/PublicSans-Italic.ttf

Binary file not shown.

BIN
inst/fonts/public-sans/PublicSans-LightItalic.ttf

Binary file not shown.

BIN
inst/fonts/public-sans/PublicSans-MediumItalic.ttf

Binary file not shown.

BIN
inst/fonts/public-sans/PublicSans-SemiBoldItalic.ttf

Binary file not shown.

BIN
inst/fonts/public-sans/PublicSans-ThinItalic.ttf

Binary file not shown.

BIN
inst/fonts/roboto-condensed/RobotoCondensed-BoldItalic.ttf

Binary file not shown.

BIN
inst/fonts/roboto-condensed/RobotoCondensed-Italic.ttf

Binary file not shown.

BIN
inst/fonts/roboto-condensed/RobotoCondensed-LightItalic.ttf

Binary file not shown.

BIN
inst/fonts/titillium-web/TitilliumWeb-BoldItalic.ttf

Binary file not shown.

BIN
inst/fonts/titillium-web/TitilliumWeb-Italic.ttf

Binary file not shown.

BIN
inst/fonts/titillium-web/TitilliumWeb-LightItalic.ttf

Binary file not shown.

BIN
man/figures/README-an-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
man/figures/README-ax1-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
man/figures/README-ax2-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
man/figures/README-ax3-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
man/figures/README-ft-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
man/figures/README-ps-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
man/figures/README-rc-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
man/figures/README-sc-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
man/figures/README-sp-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
man/figures/README-tw-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
man/figures/README-unnamed-chunk-6-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 KiB

BIN
man/figures/README-unnamed-chunk-7-1.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

Loading…
Cancel
Save