├── R └── ggplot_theme_Publication.R ├── README.md ├── Theme_dark_demo_files └── figure-html │ ├── unnamed-chunk-2-1.png │ ├── unnamed-chunk-3-1.png │ ├── unnamed-chunk-4-1.png │ ├── unnamed-chunk-5-1.png │ ├── unnamed-chunk-6-1.png │ ├── unnamed-chunk-6-2.png │ └── x.txt ├── ggplot_theme_Publication-2.R ├── ggplot_theme_Publication.Rproj └── ggplot_theme_Publication_files └── figure-html ├── unnamed-chunk-2-1.png ├── unnamed-chunk-2-2.png ├── unnamed-chunk-2-3.png ├── unnamed-chunk-2-4.png ├── unnamed-chunk-3-1.png └── unnamed-chunk-3-2.png /R/ggplot_theme_Publication.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/R/ggplot_theme_Publication.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/README.md -------------------------------------------------------------------------------- /Theme_dark_demo_files/figure-html/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/Theme_dark_demo_files/figure-html/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /Theme_dark_demo_files/figure-html/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/Theme_dark_demo_files/figure-html/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /Theme_dark_demo_files/figure-html/unnamed-chunk-4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/Theme_dark_demo_files/figure-html/unnamed-chunk-4-1.png -------------------------------------------------------------------------------- /Theme_dark_demo_files/figure-html/unnamed-chunk-5-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/Theme_dark_demo_files/figure-html/unnamed-chunk-5-1.png -------------------------------------------------------------------------------- /Theme_dark_demo_files/figure-html/unnamed-chunk-6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/Theme_dark_demo_files/figure-html/unnamed-chunk-6-1.png -------------------------------------------------------------------------------- /Theme_dark_demo_files/figure-html/unnamed-chunk-6-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/Theme_dark_demo_files/figure-html/unnamed-chunk-6-2.png -------------------------------------------------------------------------------- /Theme_dark_demo_files/figure-html/x.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ggplot_theme_Publication-2.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication-2.R -------------------------------------------------------------------------------- /ggplot_theme_Publication.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication.Rproj -------------------------------------------------------------------------------- /ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-1.png -------------------------------------------------------------------------------- /ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-2.png -------------------------------------------------------------------------------- /ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-3.png -------------------------------------------------------------------------------- /ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication_files/figure-html/unnamed-chunk-2-4.png -------------------------------------------------------------------------------- /ggplot_theme_Publication_files/figure-html/unnamed-chunk-3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication_files/figure-html/unnamed-chunk-3-1.png -------------------------------------------------------------------------------- /ggplot_theme_Publication_files/figure-html/unnamed-chunk-3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koundy/ggplot_theme_Publication/HEAD/ggplot_theme_Publication_files/figure-html/unnamed-chunk-3-2.png --------------------------------------------------------------------------------