Skip to content

Provides often used functions and themes for working with R

Notifications You must be signed in to change notification settings

tim-dim/rlytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rlytics

Overview

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

Functions

  • write.clip(): copies values in table format (excel) to clipboard, dec = ","
  • calc_dist: calculates distance between geocoded locations
  • as_numeric_ger: changes german number format to english number format
  • clean_ger: changes special german characters to normal characters

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() 

About

Provides often used functions and themes for working with R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages