Configure options.

g_control(g, disable.unmentioned = FALSE, lighten.mentioned = FALSE,
  in.only = FALSE, out.only = FALSE, init.country = "US",
  halo = TRUE)

g_color(g, surface = NULL, selected = NULL, inn = NULL, out = NULL,
  halo = NULL, background = NULL)

g_brightness(g, ocean = 0.5, mentioned = 0.5, related = 0.5)

Arguments

g

An object of class gior as returned by gior.

disable.unmentioned

TRUE to set unmentioned country unclickable.

lighten.mentioned

TRUE to set mentioned country brighter than unmentioned country.

in.only, out.only

TRUE to only display data going from or into the destination country.

init.country

An ISO code of the country displayed at the center of the screen when the globe has been initialized.

halo

TRUE to turn on the halo or specify color.

surface

Color scheme of land and ocean area.

selected

Color of selected country.

inn, out

Color of lines going in and out of countries.

background

Color of the background.

ocean, mentioned, related

Brightness of the ocean, mentioned and related countries.