Description Usage Arguments Examples
Daily Minimal Theme
1 2 3 4 5 6 | daily_minimal_theme(
base_size = 9,
background = "#EEEEEE",
textColor = "#101010",
base_family = "Virtuous Slab"
)
|
base_size |
base font size of ggplot theme |
background |
the background color of plot |
textColor |
the text color |
base_family |
the textfont family |
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()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.