| #' geom_point() + | #' geom_point() + | ||||
| #' theme_xaringan_base( | #' theme_xaringan_base( | ||||
| #' text_color = "#602f6b", # imperial | #' text_color = "#602f6b", # imperial | ||||
| #' background_color = "#fcfafc", # warm gray | |||||
| #' background_color = "#f8f8f8", # light gray | |||||
| #' accent_color = "#317873", # myrtle green | #' accent_color = "#317873", # myrtle green | ||||
| #' title_font = "sans", | #' title_font = "sans", | ||||
| #' text_font = "serif", | #' text_font = "serif", |
| geom_point() + | geom_point() + | ||||
| theme_xaringan_base( | theme_xaringan_base( | ||||
| text_color = "#602f6b", # imperial | text_color = "#602f6b", # imperial | ||||
| background_color = "#fcfafc", # warm gray | |||||
| background_color = "#f8f8f8", # light gray | |||||
| accent_color = "#317873", # myrtle green | accent_color = "#317873", # myrtle green | ||||
| title_font = "sans", | title_font = "sans", | ||||
| text_font = "serif", | text_font = "serif", |