Skip to content

Instantly share code, notes, and snippets.

@kohske
Created October 11, 2017 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kohske/31cac82f110dff619777fe2e608fd85e to your computer and use it in GitHub Desktop.
Save kohske/31cac82f110dff619777fe2e608fd85e to your computer and use it in GitHub Desktop.
knitr include graphics
---
title: "Untitled"
author: '@kohske'
date: "2017/10/11"
output: beamer_presentation
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
## Image size
```{r out.width="2cm"}
knitr::include_graphics("figure.png")
```
```{r out.width="4cm"}
knitr::include_graphics("figure.png")
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment