-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshop_printout.Rmd
43 lines (37 loc) · 1.6 KB
/
workshop_printout.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: <p style="text-align:center; color:#00000040; font-family:'Phosphate'; font-size:275%">Workshops!</p>
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, message = FALSE)
```
<img src="img/workshop_topics.png" style="display:block; margin: 0 auto;">
```{r, fig.align='right', out.width=900, eval=FALSE}
library(wordcloud)
wds = c('R', 'Python', 'Statistics', 'Programming', 'Machine Learning', 'Stata', 'Bayesian',
'Mixed Models', 'Text Analysis', 'Visualization', 'Web Scraping', 'Matlab', 'Regression',
'Spatial Analysis', 'Classification', 'Deep Learning', 'Factor Analysis', 'Reproducible Research',
'Image Processing', 'GIS', 'SEM', 'Survival Analysis', 'Dimension Reduction', 'Stan',
'Networks', 'Survey Design')
set.seed(1234567)
# wordcloud(wds,
# freq = rev(seq_along(wds))/length(wds),
# scale = c(3,.25),
# rot.per = .3,
# color='#00000080',
# font=1,
# family='Roboto Condensed') #
wds = data.frame(wds, rev(seq_along(wds))/length(wds))
wordcloud2::wordcloud2(wds,
size = 1,
# gridSize = .05,
rotateRatio = .75,
color='#00000080',
ellipticity = 1,
shuffle = FALSE,
fontFamily='Stalemate',
shape='circle') #
```
<br>
<br>
<p style="text-align:center; font-size:75%; font-family:'Futura'">Visit <span style="font-size:6">cscar.research.umich.edu/events</span> for times and offerings.</p>