temp_country: Plot Temperature Geographic Maps by Country

Description Usage Arguments Author(s) Examples

Description

This function plots temperature geographic maps for countries in specific year. You can use this function to get a temperature geographic map showing the temperature variation during a specific time period.

Usage

1
2
temp_country(data = GlobalLandTemperaturesByCountry, year, start, end,
  diff = "FALSE")

Arguments

data

Dataset to use for map. The defalt dataset is GlobalLandTemperaturesByCountry.

year

A numeric. You can get temperature geographic maps for countries in this year.

start

A numeric. The start year you want to do temperature comparison.

end

A numeric. Then end year you want to do temperature comparison.

diff

A character. If diff=="TRUE", you will get a temperature geographic map showing the temperature change from the start year to end year. (Default value is "FALSE")

Author(s)

Annie Yang

Examples

1
2
temp_country(year=2012)
temp_country(start=1990,end=2000,diff="TRUE")

PHP2560-Statistical-Programming-R/r-package-beautiful-day documentation built on May 30, 2019, 3:50 p.m.