temas: Title

Description Usage Arguments Value Examples

Description

Title

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
theme_esquema(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/170,
  base_rect_size = base_size/170
)

theme_exemplo(
  base_size = 11,
  base_family = "",
  base_line_size = base_size/170,
  base_rect_size = base_size/170
)

Arguments

base_size

Tamanho base da fonte

base_family

Família base da fonte

base_line_size

Tamanho base para elementos de linha

base_rect_size

Tamanho base para elementos de retângulos

Value

Um objeto ggplot

Examples

1
2
3
4
5
library(ggplot2)
g <- ggplot(data=iris, aes(x = Sepal.Length, y = Sepal.Width)) +
  geom_point(aes(color = Species))
g + theme_esquema()
g + theme_exemplo()

tomasbarcellos/themedee documentation built on Feb. 25, 2020, 3:55 a.m.