Skip to content

zawmtun/awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome

A collection of functions that make analysis easier.

Installation

You can install the development version of awesome like so:

# install.packages("remotes")
remotes::install_github("zawmtun/awesome")

Example

This is a basic example which shows you how to solve a common problem:

library(awesome)
library(ggplot2)

p <- ggplot(economics, aes(x = date, y = pop)) +
  geom_line() +
  labs(title = "US Population, 1967-2015",
       subtitle = "Including armed forces overseas\n",
       x = NULL, y = "Population in thousands\n")

p + awesome_theme()

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages