NCEP.uv.revert(RNCEP)
NCEP.uv.revert()所属R语言包:RNCEP
Reverts speed and direction to U and V components.
还原速度和方向的U和V分量。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calculates U (i.e. zonal or east/west) and V (i.e. meridional or north/south) components from a specified speed and direction.
此函数计算U(即纬向或东/西)和V(即经向或北/南)组件从指定的速度和方向。
用法----------Usage----------
NCEP.uv.revert(spd, dir, radians=FALSE)
参数----------Arguments----------
参数:spd
A numeric value indicating speed.
一个数值,表示速度。
参数:dir
A numeric value indicating direction in degrees from north or radians if radians is TRUE.
一个数字值,该值指示方向从北度或弧度,如果radians是TRUE。
参数:radians
A logical indicating whether dir is given in degrees from north (FALSE) or radians (TRUE).
一个逻辑指示是否dir度从北(FALSE)或弧度(TRUE)。
Details
详细信息----------Details----------
This function calculates U (i.e. zonal or east/west) and V (i.e. meridional or north/south) components from a specified speed and direction. U and V components describe the direction into which movement occurs with east and north being positive, respectively. If directions are given in radians, radians must be set to TRUE.
此函数计算U(即纬向或东/西)和V(即经向或北/南)组件从指定的速度和方向。 U和V组件描述与东部和北部为正,分别在其中运动的方向发生。如果发出的指示,以弧度表示,radians必须设置为TRUE。
值----------Value----------
A data.frame containing U and V components given in the same units as speed.
Adata.frame包含U和V分量在相同的单位speed。
(作者)----------Author(s)----------
Michael U. Kemp <a href="mailto:M.U.Kemp@UvA.nl">M.U.Kemp@UvA.nl</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|