找回密码
 注册
查看: 681|回复: 0

R语言 RNetCDF包 create.nc()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-27 19:41:21 | 显示全部楼层 |阅读模式
create.nc(RNetCDF)
create.nc()所属R语言包:RNetCDF

                                        Create a NetCDF Dataset
                                         创建NetCDF的数据集

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Create a new NetCDF dataset.
创建一个新的NetCDF的数据集。


用法----------Usage----------


create.nc(filename, clobber=TRUE, large=FALSE, share=FALSE, prefill=TRUE)



参数----------Arguments----------

参数:filename
Filename for the NetCDF dataset to be created.
要创建的NetCDF的数据集的文件名。


参数:clobber
The creation mode. If TRUE (default), any existing dataset with the same filename will be overwritten. Otherwise set to FALSE.
创建模式。如果TRUE(默认),任何现有的数据集使用相同的文件名会被覆盖。否则设置到FALSE。


参数:large
The file format. If FALSE (default), create a NetCDF classic format file, otherwise create a 64-bit offset format file. The 64-bit offset format imposes fewer restrictions on data files larger than 2 GB, but it cannot be read by NetCDF library versions earlier than 3.6.0.
文件格式。如果FALSE(默认),创建NetCDF的经典格式的文件,否则创建一个64位的偏移量格式的文件。 64位的偏移量格式对数据文件大于2 GB的限制较少,但它不能被读取的NetCDF库的版本早于3.6.0。


参数:share
The buffer scheme. If FALSE (default), dataset access is buffered and cached for performance. However, if one or more processes may be reading while another process is writing the dataset, set to FALSE.
缓冲方案。如果FALSE(默认),数据集的访问被缓冲和缓存的性能。但是,如果一个或多个进程可能会读取,而另一个进程正在写入的数据集,FALSE。


参数:prefill
The prefill mode. If TRUE (default), newly defined variables are initialised with fill values when they are first accessed. This allows unwritten array elements to be detected when reading, but it also implies duplicate writes if all elements are subsequently written with user-specified data. Enhanced write performance can be obtained by setting prefill=FALSE.
充液模式。如果TRUE(默认),新定义的变量初始化的填充值,当他们第一次访问。这允许不成文的数组元素被检测到时,读出,但它也意味着复制写入,如果所有的元素都与用户指定的数据随后被写入。可以通过设置prefill=FALSE增强的写入性能。


Details

详细信息----------Details----------

This function creates a new NetCDF dataset, returning an object of class "NetCDF" that can be used in R. A creation mode flag specifies whether to overwrite any existing dataset with the same name.
这个函数创建一个新的NetCDF数据集,返回一个对象类“NetCDF”,可用于R.创建模式标志指定是否要覆盖任何现有数据集具有相同的名称。


值----------Value----------

Object of class "NetCDF" which points to the NetCDF dataset.
类的对象“NetCDF”的NetCDF的数据集。


(作者)----------Author(s)----------


Pavel Michna, Milton Woods



参考文献----------References----------

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 16:57 , Processed in 0.023368 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表