diff --git a/index.qmd b/index.qmd index 343ef69b16..25516c1a62 100644 --- a/index.qmd +++ b/index.qmd @@ -117,11 +117,9 @@ format: #| warning: false library(ggplot2) - ggplot(airquality, aes(Temp, Ozone)) + geom_point() + - geom_smooth(method = "loess" -) + geom_smooth(method = "loess") ```