theme_scm: Stylish theme for ggplot

Description Usage Arguments Author(s)

View source: R/theme_scm.R

Description

Helper function to create like-publication graphs using the ggplot environment.

Usage

1
2
3
4
5
6
7
8
9
theme_scm(
  base_size = 15,
  base_family = "Calibri",
  x.text.angle = 0,
  border = FALSE,
  margin = TRUE,
  legend = c("top", "bottom", "left", "right", "none"),
  spacing = 0.5
)

Arguments

base_size

letter size.

base_family

leter type.

x.text.angle

Inclination of X labels.

border

Border of the box.

margin

Add space between multi-facetted plots.

legend

Location of the legend with a value "top", "bottom", "left", "right", "none".

spacing

Sparation between facets in case there are.

Author(s)

Santiago Caño-Muñiz


phisanti/MyFunctions documentation built on Sept. 22, 2021, 7:37 p.m.