acvWGEN(RMAWGEN)
acvWGEN()所属R语言包:RMAWGEN
Plots an auto-covariance function between measured and simulated data for several stations
图的几个站之间的自协方差函数的测量和模拟数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots an auto-covariance function between measured and simulated data for several stations
图的几个站之间的自协方差函数的测量和模拟数据
用法----------Usage----------
acvWGEN(measured, simulated, titles = c("Sim.", "Mes."),
station = NULL)
参数----------Arguments----------
参数:measured
matrix containing measured time series
基质中含有测量的时间序列
参数:simulated
matrix containing simulated time series
基质中含有模拟的时间序列
参数:titles
title suffixes for the simulated and measured data respectively c("Sim.","Mes.")
标题后缀的模拟结果与实测数据分别为C(“SIM”,“MES”)。
参数:station
string vector containing the IDs of the meteorological stations where the autocovariance is calculated. If it is NULL (default) all stations (corresponding to the columns of "simulated" and "measured") are applied
串矢量的自协方差计算的气象观测站中包含的ID。如果是的话NULL(默认值)的所有站(对应的列的“模拟”和“测量”)施加
值----------Value----------
0 in case of success
0在成功的情况下
注意----------Note----------
It uses acf function
它使用acf功能
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|