diff --git a/test.Rmd b/test.Rmd index 97398a4..8814246 100644 --- a/test.Rmd +++ b/test.Rmd @@ -26,7 +26,9 @@ summary(cars) You can also embed plots, for example: ```{r pressure, echo=FALSE} +par(mfrow = c(1, 2)) plot(pressure) +plot(pressure, pch = 16, col = "red") ``` diff --git a/test.html b/test.html index 1bf957a..e12466f 100644 --- a/test.html +++ b/test.html @@ -143,7 +143,7 @@
You can also embed plots, for example:
-