theme_tufte_fa: A version Tufte theme from ggthemes with Persian Fonts and...

Description Usage Arguments

View source: R/theme_tufte_fa.R

Description

A version Tufte theme from ggthemes with Persian Fonts and rtl support

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
theme_tufte_fa(
  base_font = "Samim FD",
  base_size = 12.5,
  plot_title_font = "Samim Medium FD",
  plot_title_size = 30,
  plot_title_face = "bold",
  plot_title_margin = 10,
  subtitle_font = base_font,
  subtitle_size = 12,
  subtitle_face = "plain",
  subtitle_margin = 15,
  strip_text_font = base_font,
  strip_text_size = 12,
  strip_text_face = "plain",
  caption_font = base_font,
  caption_size = 9,
  caption_face = "italic",
  caption_margin = 10,
  legend_font = "Samim FD",
  legend_font_size = 10,
  legend_color = "gray40",
  legend_title_size = 12,
  legend_position = "top",
  axis_text_size = base_size,
  axis_title_font = subtitle_font,
  axis_title_size = 12,
  axis_title_face = "plain",
  axis_title_just = "rt",
  plot_margin = margin(30, 30, 30, 30)
)

Arguments

base_font

base font family

base_size

base font size

plot_title_font

title font family

plot_title_size

font size

plot_margin

mcnakhaee/delgosha documentation built on Oct. 18, 2020, 8:55 a.m.