g_style: Style

Description Usage Arguments Details Examples

View source: R/options.R

Description

Set globe style.

Usage

1
g_style(g, style)

Arguments

g

An object of class gior as returned by gior.

style

Style, see details.

Details

Valid style include:

Examples

1
2
3
4
5
6
7
8
data("country_data")

globe <- country_data %>%
  gior(init.country = "CN") %>%
  g_data(from, to, value)

g_style(globe, "strawberry")
g_style(globe, "magic")

JohnCoene/gior documentation built on March 6, 2020, 1:07 a.m.