point_forecast {weathR} | R Documentation |
Point Forecast Data
Description
Point Forecast Data
Usage
point_forecast(lat, lon, timezone = -1, dir_numeric = FALSE)
Arguments
lat |
Latitude. |
lon |
Longitude. |
timezone |
The nominal timezone for the forecast. One of |
dir_numeric |
|
Value
Simple features object with forecast meteorological values.
Examples
point_forecast(lat = 40.71427000, lon = -74.00597000, dir_numeric = TRUE)
[Package weathR version 0.1.0 Index]