pm_theme | R Documentation |
The standard pmplots theme
pm_theme(...)
pm_abline(...)
pm_smooth(...)
pm_hline(...)
... |
arguments passed to |
pm_theme
is an alias to theme_bw
.
pm_histogram
,
theme_plain
.
data <- pmplots_data_obs()
ggplot(data,aes(PRED,DV)) +
geom_point() +
pm_theme() +
pm_smooth(col = "firebrick") +
pm_abline()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.