geo_theme: Create a new theme

View source: R/geo_vis.R

geo_themeR Documentation

Create a new theme

Description

Change parameters in a geoTheme to create a new theme.

Usage

geo_theme(
  from = NULL,
  title = NULL,
  box = NULL,
  xAxis = NULL,
  yAxis = NULL,
  grid = NULL,
  legend = NULL,
  scale = NULL,
  parameters = NULL
)

Arguments

from

geometr theme
a geoTheme object to modify.

title

named list(3)

  • plot [logical], whether or not to plot the title

  • fontsize [numeric]

  • colour [character]

box

EhrmannS/geometr documentation built on Jan. 31, 2024, 9:13 a.m.