README.md

rlytics

Overview

Provides often used functions and themes for working with R and ggplot, including:

Functions

Scales

Install

To install the development version from github, use the devtools package:

library("devtools")
install_github("tim-dim/rlytics")

Examples

library("ggplot2")
library("rlytics")

ggplot(mpg, aes(displ, hwy, colour = class)) +
  geom_point() +
  theme_classic() +
  scale_color_eyp() 


tim-dim/rlytics documentation built on May 4, 2019, 4:22 p.m.