R/ggrandom.R

Defines functions ggrandom

Documented in ggrandom

ggrandom <- function(x) {
  if(!require(ggplot2)){install.packages("ggplot2"); library(ggplot2)}
  ggplot(x,aes(x=date, y= random))+
    geom_line()
}
brisneve/ggplottimeseries documentation built on May 7, 2019, 3:08 p.m.