daily_minimal_theme: Daily Minimal Theme

Description Usage Arguments Examples

View source: R/theme.R

Description

Daily Minimal Theme

Usage

1
2
3
4
5
6
daily_minimal_theme(
  base_size = 9,
  background = "#EEEEEE",
  textColor = "#101010",
  base_family = "Virtuous Slab"
)

Arguments

base_size

base font size of ggplot theme

background

the background color of plot

textColor

the text color

base_family

the textfont family

Examples

1
2
3
4
5
6
7
8
library(ggplot2)
library(Kaashi)
square = regularPolygon(6)
tile <- motif(square,n = 6,theta = 45, delta = 0.3, polyLine = F, dist = 0.1)
p <- ggplot(tile)+
geom_sf(fill = textColor, color = textColor)+
  labs(caption = "Daily Motif \n \n NO. 1")+
  daily_minimal_theme()

Ehyaei/Kaashi documentation built on Dec. 17, 2021, 6:23 p.m.