
Last chance! 50% off unlimited learning
Sale ends in
This function adds the Remix Theme to ggplots
RemixTheme()
An object to pass along to ggplot objects following the "+" sign
Other Misc: AutoH2OTextPrepScoring
,
ChartTheme
, PrintObjectsSize
,
SimpleCap
, multiplot
,
percRank
, tempDatesFun
,
tokenizeH2O
# NOT RUN {
data <- data.table::data.table(DateTime = as.Date(Sys.time()),
Target = stats::filter(rnorm(1000,
mean = 50,
sd = 20),
filter=rep(1,10),
circular=TRUE))
data[, temp := seq(1:1000)][, DateTime := DateTime - temp][, temp := NULL]
data <- data[order(DateTime)]
p <- ggplot2::ggplot(data, ggplot2::aes(x = DateTime, y = Target)) + ggplot2::geom_line()
p <- p + RemixTheme()
# }
Run the code above in your browser using DataLab