Closed aays closed 4 years ago
So I made a few other changes on top of the above:
geom_point
when creating object so that a second object doesn't need to be made for the model fitting sectionlegend.key
in theme
prior to legend formatting sectionaxis.text.x
as well to show example of theme inheritance (i.e. axis.text
vs axis.text.x
)legend_theme
object to make that persist through the lessonelement_rect
examplecoord_cartesian
example at the end of the plot annotation sectionstrip.background
, plot.tag
, etc)
lesson.md
toggplot2-apr-2019
andlesson-apr-2019
geom_point
,geom_histogram
, andgeom_smooth
before going into themes, legend formatting, plot annotation, faceting, patchwork, andggsave
I feel like
geom_smooth
could be removed here in the interest of time - the lesson's a bit bloated as it is. That, or it could be cut down to just a single mention during the bit about adding an R^2 value to a plot. Thoughts?