jtr13 / EDAV

edav.info/
https://jtr13.github.io/EDAV/
Other
54 stars 153 forks source link

Add time series chapter #231

Closed jtr13 closed 5 years ago

jtr13 commented 5 years ago

Draw time series with geom_line() , x-axis should represent time (as Date class, assuming there is no hour/minute/sec data) (link to Dates chapter) Some of the plots in the Dates chapter could be moved here

Ex. of multiple line charts, legend matching order of lines

Scale data to compare trends with different units

Secular trends Showing trends with geom_smooth(), changing the smoothing parameter

Seasonal trends Facet on season (day of week, day of month etc.)

Show frequency of data with geom_point() in addition to geom_line()

Show gaps by setting values to NA