pm_theme: The standard pmplots theme

View source: R/pm_theme.R

pm_themeR Documentation

The standard pmplots theme

Description

The standard pmplots theme

Usage

pm_theme(...)

pm_abline(...)

pm_smooth(...)

pm_hline(...)

Arguments

...

arguments passed to gs (smooth), gh (hline), or ga (abline) and then to the appropriate geom.

Details

pm_theme is an alias to theme_bw.

See Also

pm_histogram, theme_plain.

Examples


data <- pmplots_data_obs()

ggplot(data,aes(PRED,DV)) +
  geom_point() +
  pm_theme() +
  pm_smooth(col = "firebrick") +
  pm_abline()


metrumresearchgroup/pmplots documentation built on Oct. 15, 2024, noon