TemperatureStartDay(RMAWGEN)
TemperatureStartDay()所属R语言包:RMAWGEN
Gets the first day in a temperature time series, expressed as decimal julian days since 1970-1-1 00:00 UTC
取得的第一天,在温度时间序列,表示为十进制朱利安天,自1970年1月1日00:00 UTC
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gets the first day in a temperature time series, expressed as decimal julian days since 1970-1-1 00:00 UTC
取得的第一天,在温度时间序列,表示为十进制朱利安天,自1970年1月1日00:00 UTC
用法----------Usage----------
TemperatureStartDay(name, station_names, start_day)
参数----------Arguments----------
参数:name
character ID of the station
字符ID的站
参数:station_names
vector containing the IDs (characters) of the considered meteorological stations. An example is STATION_NAMES defined in the trentino dataset.
向量所考虑的气象观测站的ID(字符)。一个例子是STATION_NAMES定义在trentino数据集。
参数:start_day
vector containing the temperature measurement start day. Default is TEMPERATURE_MEASUREMENT_START_DAY defined in the trentino dataset.
向量的温度测定开始天。默认是TEMPERATURE_MEASUREMENT_START_DAY定义在trentino数据集。
值----------Value----------
the temperature measurement start day given the vectors of station IDs and the respective temperature measurement start days
给出的温度测定开始日的向量站ID和各温度测定开始天
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
实例----------Examples----------
data(trentino)
TemperatureStartDay("T0099",station_names=STATION_NAMES,start_day=TEMPERATURE_MEASUREMENT_START_DAY)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|