Set globe style.

g_style(g, style)

Arguments

g

An object of class gior as returned by gior.

style

Style, see details.

Details

Valid style include:

  • blueInk

  • earlySpring

  • frozenBerry

  • gorgeousDream

  • juicyCake

  • lemonGate

  • magic

  • mint

  • nearMoon

  • octoberParty

  • redBlue

  • strawberry

  • sunset

Examples

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