Skip to content

Commit

Permalink
add a plot in a grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias authored and Tobias committed Feb 1, 2018
1 parent 03066c9 commit ac9a76b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```


Loading

0 comments on commit ac9a76b

Please sign in to comment.