downLog(sampSurf)
downLog()所属R语言包:sampSurf
Generate Objects of Class "<a href="downLog-class.html">downLog</a>"
生成类“<a href="downLog-class.html"> downLog </ a>”中的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function has methods based on the signature formal argument object. It is used as a constructor function for objects that are of class "downLog". There are two methods that should be used in preference to new to insure
通用功能的基础上的签名正式的说法object的方法。它是用来作为一个构造函数的类的对象,“downLog”。有两种方法,应使用在偏好new,保证
用法----------Usage----------
downLog(object, ...)
参数----------Arguments----------
参数:object
This is the signature formal argument, see the methods for more details.
这是的签名正式的说法,更多详细信息的方法。
参数:...
Formal arguments that are different for each method, see those for details.
正式参数的每个方法的不同,看到的细节。
Details
详细信息----------Details----------
downLog is defined completely with respect to the signature of its methods downLog-methods. Methods are available for data.frame, and missing signatures. Other methods can obviously be added for other signatures as necessary.
downLog是指完全尊重它的方法downLog-methods的签名。方法可用于data.frame,missing签名。其它的方法可以明显地添加必要的其他签名。
值----------Value----------
A valid object of class "downLog."
一个有效的类的对象“downLog。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
参见----------See Also----------
downLog-methods
downLog-methods
实例----------Examples----------
#create a downLog object and show it[创建一个downLog的对象和显示]
dl = downLog(buttDiam=20, solidType=2.1, logAngle=pi/3)
summary(dl)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|