参数:station_id
the ID of the weather station near the necessary location To find your station ID, open http://www.weather.gov/xml/current_obs/seek.php?state=az&Find=Find select the desired state and retrieve the Observation Location: the station_id is the string within the () parentheses.
必要的位置附近的气象站的ID要找到你的站ID,打开http://www.weather.gov/xml/current_obs/seek.php?state=az&Find=Find选择所需的状态和检索的观察地点:STATION_ID是()括号内的字符串。
参数:message
If TRUE (default FALSE) the function returns a message summarizing the weather forecast for the location of interest
如果是TRUE(默认为FALSE)函数返回一个消息,总结的天气预报感兴趣的位置
值----------Value----------
A data.frame containing the weather information for the given station
数据框的天气信息对于给定的站
实例----------Examples----------
library("RWeather")
getWeatherFromNOAA(station_id="KJFK") # current observation for New York[目前纽约观察]