

0.3 Paired t-test (Section 8 in the fall stats manual).


theme_minimal()Ī minimalistic theme with no background annotations. Useful to make thin coloured lines pop out. The dark cousin of theme_light(), with similar line sizes but a dark background. To direct more attention towards the data. Note that this theme has some very thin lines (<< 1 pt) which some journalsĪ theme similar to theme_linedraw() but with light grey lines and axes, theme_linedraw()Ī theme with only black lines of various widths on white backgrounds, May work better for presentationsĭisplayed with a projector. The signature ggplot2 theme with a grey background and white gridlines,ĭesigned to put the data forward yet make comparisons easy.

Theme_grey ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_gray ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_bw ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_linedraw ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_light ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_dark ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_minimal ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_classic ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_void ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 ) theme_test ( base_size = 11, base_family = "", base_line_size = base_size / 22, base_rect_size = base_size / 22 )
