tempo_geo: Visualize Geospatial Data

Description Usage Arguments Value Examples

Description

tempo_geo creates a map for visualize Geospatial Data downloaded from TEMPO Online database

Usage

1
tempo_geo(matrix, year, area, filter = NULL, title = NULL)

Arguments

matrix

- the table/matrix downloaded from TEMPO Online database containing Geospatial Data

year

- a string containing the year used to plot Geospatial Data

area

- a string to set the type of area (counties, regions, macroregions) used to group Geospatial Data

filter

- Character vector containing values from factor variables.

title

- a string to set the map title

Value

Returns a ggplot object.

Examples

1
2
tempo_geo(matrix = AGR111A, year = "2000",area = "counties", 
          filter = c("Wine grapes","Private sector"))

RProjectRomania/TEMPO documentation built on June 4, 2019, 9:47 a.m.