plotDailyMax: Plot Daily Max Temp for Multiple Cities

Description Usage Arguments Value Examples

Description

This function requires that the dataframe fed into the funciton have columns named 'TEMP' for temperature, 'city' for the city or identifier, 'YR' for the year, 'M' for month, and 'D' for the day.

Usage

1
plotDailyMax(hourlyDF)

Arguments

hourlyDF

Must be a dataframe with columns for TEMP, city, YR, M, and D

Value

Plots the daily max temperateu of one or multiple cities

Examples

1
2
3
4
5
6
7
## Not run: 
data(stations)
cities <- c("Nairobi, Kenya", "Tema, Ghana", "Accra, Ghana", "Abidjan, Ivory Coast")
hourly.data <- getInterpolatedDataByCity(cities, station.list, 5, 2010, 2013, 100, 3, .05)
plotDailyMax(hourly.data)

## End(Not run)

mpiccirilli/weatheR documentation built on May 23, 2019, 6:28 a.m.