weir.broadcrest(weirs)
weir.broadcrest()所属R语言包:weirs
Compute Open-Channel Flow over Broad-Crested Weir
计算宽顶堰明渠流
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Parent function for broad-crested weir functions of the weirs package. This simply named function is set to dispatch to subordinate functions according to the supported procedure types for broad-crested weir flow. The supported procedure types are: <ol> <acronym>TWRI3A5</acronym>, which represents the implementation in weir3a5.broadcrest() the procedures of Hulsing, Harry, 1967, Measurement of peak discharge at dams by indirect methods: U.S. Geological Survey Techniques of Water-Resources Investigations, Book 3, Chapter A5, 29 p., http://pubs.usgs.gov/twri/twri3-a5/
父功能weirs包的宽顶堰的功能。简单地命名的功能设定,派遣隶属函数,根据宽顶堰流支持的程序类型。支持的程序类型有:<OL> <acronym> TWRI3A5> </首字母缩写,它代表实施的weir3a5.broadcrest()的Hulsing,哈利,1967年,以间接的方法在大坝洪峰流量测量的程序美国地质调查局技术的水资源调查,书3章,第A5,29 P,http://pubs.usgs.gov/twri/twri3-a5/
<acronym>BOS</acronym>, which represents the implementation in weirbos.broadcrest() the procedures of Bos, M.G., 1989, Discharge measurement structures: International Institute for Land Reclamation and Improvement Publication 20, Wageningen, The Netherlands, 401 p. http://content.alterra.wur.nl/Internet/webdocs/ilri-publicaties/publicaties/Pub20/pub20.pdf
<acronym> BOS> </首字母缩写,它代表weirbos.broadcrest()程序的BOS,MG,1989年,放电测量结构:国际土地复垦和改进出版物20日,瓦赫宁根,荷兰的实施,401页。 http://content.alterra.wur.nl/Internet/webdocs/ilri-publicaties/publicaties/Pub20/pub20.pdf
NA is the empty set and will error out. </ol>
NA是空集和会出错。 </ OL>
用法----------Usage----------
weir.broadcrest(..., type=c("TWRI3A5", "BOS", NA))
参数----------Arguments----------
参数:...
Arguments for subordinate broad-crested weir functions; and
下属宽顶堰功能的参数;
参数:type
Identify the broad-crested weir function to dispatch too.
确定派遣太宽顶堰的功能。
值----------Value----------
An R data.frame() is returned.
Rdata.frame()返回。
(作者)----------Author(s)----------
W. Asquith
参见----------See Also----------
weir3a5.broadcrest, weirbos.broadcrest
weir3a5.broadcrest,weirbos.broadcrest
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|