ggplot_intpen: Plot Internet Penetration Data by Country and Year

Description Usage Arguments Value Examples

View source: R/ggplot_intpen.R

Description

Plot data from the World Bank's World Development Indicators on a geom_polygon representation of the countries of the world.

Usage

1
2
ggplot_intpen(data1 = WorldMapInternetPenetration, year = 2014,
  gradient.low = "white", gradient.high = "#649AF1")

Arguments

data1

use the default database, WorldMapInternetPenetration, for Internet penetration data

year

the year to plot

gradient.low

the lowest color value for country and legend fill

gradient.high

the highest color value for country and legend fill

Value

a ggplot object

Examples

1
ggplot_intpen(year = 2014)

gitronald/InternetPenetration documentation built on May 17, 2019, 5:29 a.m.