From 83bea78ea6f59d02f58228e942e75a33b9d582de Mon Sep 17 00:00:00 2001 From: Jiachen Chen Date: Thu, 12 Jan 2023 13:54:41 -0500 Subject: [PATCH] Changed with signature --- example.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.Rmd b/example.Rmd index 675a0f1..97b0458 100644 --- a/example.Rmd +++ b/example.Rmd @@ -17,3 +17,5 @@ It is convenient to *run* `R` code and **embed** plots with Markdown: library(ggplot2) ggplot(mpg, aes(x = displ, y = hwy)) + geom_point(aes(color = drv)) + geom_smooth() ``` + +Jiachen Chen