Your task is to create a visualization using plotly in R.
Choose some data
The data you use for this project may not come from an R package, unless it is one that you created. Otherwise, you may use any data you like. More interesting data makes for more interesting projects.
Read some of Claus Wilke’s visualization book:
docs/plotly-projects/
create a folder using the naming convention first-last
(all lower case, no spaces, use a dash for a separator).index.html
file.The name of your file must end index.Rmd
Take a look at John Calvin’s example if you want to name your Rmd something other than index.Rmd
.
The YAML header must include the following items: title
, author
The file should contain:
If you turn on github pages for the docs/ folder of your repo, you should be able to visit your page via a github.io
URL.
You don’t need to submit the data if it is available online. (But then your project should also load from that online source.)
Your project should be buildable by someone who has access to the files you submit. It should not rely on other information – like files on your computer that are not submitted. [Exception: if there is some reason that you cannot share your data, or if your data is larger than 5 MB, talk to me.]
Everyone will get a chance to do a “show-and-tell” about their visualization.
Your data should tell a story, so use your time to tell the story.
Make at least one connection between the design of your visualization(s) and the things you read in Claus Wilke’s book.
You may also talk about some of the technical aspects of creating your visualization (obtaining data, cool features of plotly, data wrangling issues you had, things you wish you could improve but don’t know how to do yet, etc.)
Wednesday 2/9: Fork repo. Set up GitHub pages. Make test file.
Friday 2/11: Have data selected. Come prepared to work on your project.
Monday 2/14: Come prepared to share at least one thing you learned reading Claus Wilke’s book.
Wednesday 2/16: Presentations
Friday 2/18: More Presentations (if needed)