Skip to content

Commit 6a1f608

Browse files
committed
Update README: add contact and license info
1 parent 0fe7d80 commit 6a1f608

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## An introduction to ggplot2
22

3-
Course notes and exercises on ggplot2 for the FISH554 class at the University of Washington.
3+
This repository has notes and exercises to help you teach yourself how to rapidly explore data with the ggplot2 R package.
4+
5+
It was written as a self-study component for the FISH554 class at the University of Washington.
46

57
### Instructions
68

@@ -34,4 +36,8 @@ You can then run those code chunks, jump to chunks via the pop up menu in the bo
3436

3537
The notes document was [also written with knitr](https://github.com/seananderson/ggplot2-FISH554/blob/master/ggplot2-notes.Rnw), but the LaTeX version.
3638

39+
### Contact
40+
41+
If you have any questions on the notes or exercises, or want to provide feedback, feel free to email me at sean "at" seananderson.ca.
3742

43+
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/deed.en_US">Creative Commons Attribution-NonCommercial 4.0 International License</a>.

0 commit comments

Comments
 (0)