knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
In Hurwitz Lab, we take pride in conveying information with elegant figures. We also like a level of consistency in the work produced by our group. This package provide color palettes and themes to be used when producing figures in R.
You can install hurwitzLab with:
devtools::install_github("schackartk/hurwitzLab")
However, I would suggest installing with
devtools::install_github("schackartk/hurwitzLab", build_vignettes = TRUE)
This will build and make the vignettes available to you, which are very helpful for learning how to use this package. The drawback is that you may need to install other packages to make it work.
You can then access the vignettes with
vignette("hurwitzLab")
If the package is installed without the build_vignettes = TRUE
option, the vignette can be built with
devtools::build_vignettes("hurwitzLab")
ggplot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.