From e9ea3fb1704c77ab33b4120fa37d3d498bef5652 Mon Sep 17 00:00:00 2001 From: Florin Andrei Date: Tue, 5 Jan 2021 21:02:36 -0800 Subject: [PATCH] show all images - added code to show all images by default - added .gitignore --- .gitignore | 1 + Candles code examples.R | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc528e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.Rhistory diff --git a/Candles code examples.R b/Candles code examples.R index 5d70044..564604a 100644 --- a/Candles code examples.R +++ b/Candles code examples.R @@ -23,7 +23,7 @@ s1720 <- ggplot(s, aes(x = (as.Date(Date)), y = Rating)) + theme_light()+ theme(plot.title = element_text(size=16))+ scale_x_date(date_labels = "%m-%Y", date_breaks = "6 month") - +s1720 #### UNSCENTED CANDLES #### @@ -41,7 +41,7 @@ us1720 <- ggplot(us, aes(x = (as.Date(Date)), y = Rating)) + theme_light()+ theme(plot.title = element_text(size=16))+ scale_x_date(date_labels = "%m-%Y", date_breaks = "6 month") - +us1720 #### NO SCENT FUNCTION #### no_scent <- function(x){