gustavdelius / mizer

This is my old mizer fork that is not actively used any more but still has lots of material in its many branches.
http://gustavdelius.github.io/mizer/
0 stars 2 forks source link

Create a plot function for comparing growth curves. #55

Closed gustavdelius closed 6 years ago

gustavdelius commented 6 years ago

@richardsouthwell I believe you still need to become comfortable with ggplot2. A good place to start for getting the general idea is the blog post http://www.noamross.net/blog/2012/10/5/ggplot-introduction.html although when I checked this morning it did not display the graphs, which makes it a bit useless. I liked chapter 3 of R for Data Science at http://r4ds.had.co.nz/data-visualisation.html. Then of course there is the book by Hadley Wickham of which you can find a copy here: https://www.dropbox.com/s/vmdr0b0yp1pd3pm/Wickham%20-%202009%20-%20ggplot2%20Elegant%20Graphics%20for%20Data%20Analysis.pdf?dl=0 And once you have got your head around it, the ggplot2 cheat sheet that you can access via RStudio Help menu is very useful.

gustavdelius commented 6 years ago

This is now in plotGrowthCurves