is.monthly.climate(RMAWGEN)
is.monthly.climate()所属R语言包:RMAWGEN
Verifies if 'climate' represents the monthly climatology in one year, i.e 'climate' is monthly.climate type
验证“气候”表示,如果在一年中的每月气候,即“气候”是monthly.climate类型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Verifies if 'climate' represents the monthly climatology in one year, i.e 'climate' is monthly.climate type
验证“气候”表示,如果在一年中的每月气候,即“气候”是monthly.climate类型
用法----------Usage----------
is.monthly.climate(climate, nstation = 3, nmonth = 12,
verbose = TRUE)
参数----------Arguments----------
参数:climate
the 'monthly climatology' data
“每月气候资料
参数:nstation
number of variable measurement station (columns of the matrix 'climate')
一些变量测量站(矩阵的气候列)
参数:nmonth
number of months in one year (it can be different if climate is represented by seasonal avarages or others), Default is 12
在一年的月数(也可以是不同的,如果气候为代表的的季节性avarages或其他),默认为12
参数:verbose
Prints output and warining messagrs only if is TRUE.
如果是TRUE打印输出和warining messagrs的。
值----------Value----------
A logical variable if the matrix 'climate' is monthly.climate type
逻辑型的变量,如果矩阵“气候”是monthly.climate类型
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|