utinit.nc(RNetCDF)
utinit.nc()所属R语言包:RNetCDF
Initialize the UDUNITS Library
初始化的UDUNITS的图书馆
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Initialize the UDUNITS library.
初始化UDUNITS库。
用法----------Usage----------
utinit.nc(path="")
参数----------Arguments----------
参数:path
Path to a units file containing initializing unit definitions.
一个单位的路径文件包含初始化单元的定义。
Details
详细信息----------Details----------
This function initializes the UDUNITS library. It is called by .First.lib when the package is loaded. Normally, the user does not need to call this function.
这个函数初始化UDUNITS库。这就是所谓的.First.lib包时被加载。通常情况下,用户不需要调用该函数。
If path is non-NULL and not empty, then it specifies a units file containing initializing unit definitions; otherwise, the environment variable UDUNITS_PATH is checked and, if it exists and is not empty, then it is assumed to contain the pathname of the units file; otherwise, a compile-time default pathname is used.
如果路径不为NULL,而不是空的,那么它指定的单位文件包含初始化单元的定义,否则,环境变量UDUNITS_PATH检查,如果存在的话,是不是空的,那么就假设它包含单元文件的路径名,否则编译时默认的路径名。
(作者)----------Author(s)----------
Pavel Michna
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|