class: center, middle, inverse # Presentation Ninja ## ⚔
with xaringan ### Yihui Xie ### 2016/11/28 --- background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/be/Sharingan_triple.svg) ??? Image credit: [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Sharingan_triple.svg) --- background-image: url(https://github.com/yihui/xaringan/releases/download/v0.0.2/karl-moustache.jpg) --- # First slide Some bullet points: 1. 写輪眼 -- 1. 白眼 -- 1. 輪廻眼 --- # R code ```r fit = lm(dist ~ 1 + speed, data = cars) coef(summary(fit)) ``` ``` # Estimate Std. Error t value Pr(>|t|) # (Intercept) -17.579095 6.7584402 -2.601058 1.231882e-02 # speed 3.932409 0.4155128 9.463990 1.489836e-12 ``` ```r dojutsu = c("地爆天星", "天照", "加具土命", "神威", "須佐能乎", "無限月読") grep("天", dojutsu, value = TRUE) ``` ``` # [1] "地爆天星" "天照" ``` --- background-image: url(https://github.com/yihui/xaringan/releases/download/v0.0.2/karl-moustache.jpg) --- # R plots ```r par(mar = c(4, 4, 1, 0.1)) plot(cars, pch = 19, col = "darkgray", las = 1) abline(fit, lwd = 2) ``` <img src="skeleton_files/figure-html/cars-1.svg" width="672" /> --- class: center # Hand seals (印) Press `h` or `?` to see the possible ninjutsu you can use. ![](https://upload.wikimedia.org/wikipedia/commons/7/7e/Mudra-Naruto-KageBunshin.svg) --- background-image: url(https://github.com/yihui/xaringan/releases/download/v0.0.2/karl-moustache.jpg) --- class: center, middle # Thanks! Slides created via the R package [**xaringan**](https://github.com/yihui/xaringan). The chakra comes from [remark.js](https://remarkjs.com), [**knitr**](https://yihui.org/knitr), and [R Markdown](https://rmarkdown.rstudio.com).