point_tomorrow: Weather Forecast for Tomorrow at a Point

point_tomorrowR Documentation

Weather Forecast for Tomorrow at a Point

Description

Weather Forecast for Tomorrow at a Point

Usage

point_tomorrow(lat, lon, timezone = -1, dir_numeric = FALSE, short = TRUE)

Arguments

lat

Latitude.

lon

Longitude.

timezone

The nominal timezone for the forecast. One of OlsonNames() or -1 for local time. Defaults to -1.

dir_numeric

TRUE for numeric directions, FALSE for character directions; defaults to FALSE.

short

TRUE for only tomorrow, FALSE for today and tomorrow; defaults to TRUE.

Value

Simple features object with forecast meteorological values.

Examples


point_tomorrow(lat = 33, lon = -80)


weathR documentation built on April 4, 2025, 1:38 a.m.