ImperialCollegeLondon / epidemia

epidemia package
https://imperialcollegelondon.github.io/epidemia/index.html
47 stars 15 forks source link

Allow log scales in Rt plots #17

Closed agandy closed 4 years ago

agandy commented 4 years ago

[08:54] Unwin, Juliette Sure - the line you have to add for a log plot is something like this: scale_y_log10(). Need to remove any other y axis scales for it to work and not give you a warning.

jonathanishhorowicz commented 4 years ago

I have implemented this, but I haven't used Rdpack before and can't get the documentation to update. I have updated the docstrings in the R file and run devtools::document() but the documentation hasn't changed. Can anyone help?