Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gadenbuie/019e2582027ecbe9454e937acbbba5a7 to your computer and use it in GitHub Desktop.
Save gadenbuie/019e2582027ecbe9454e937acbbba5a7 to your computer and use it in GitHub Desktop.
.pull-left[
```{r plot-label1, eval=FALSE}
# code chunk here
ggplot(iris) +
aes(Sepal.Length,
Sepal.Width,
color = Species) +
geom_point()
```
]
.pull-right[
```{r plot-label1-out, ref.label="plot-label1", echo=FALSE}
```
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment