downLogIZs(sampSurf)
downLogIZs()所属R语言包:sampSurf
Generate Objects of Class "<a href="downLogIZs-class.html">downLogIZs</a>"
生成对象类“<a href="downLogIZs-class.html"> downLogIZs </ A>”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function has one method based on the signature formal argument object. It is used as a constructor function for objects that are of class "downLogIZs". The associated method should be used
这个通用功能的基础上的签名正式的说法object有一个方法。它是用来作为一个构造函数的类的对象,“downLogIZs”。相关的方法,应使用
用法----------Usage----------
downLogIZs(object, ...)
参数----------Arguments----------
参数:object
Signature formal argument.
签署正式的说法。
参数:...
Formal arguments that are different for each method, see those for details.
正式参数的每个方法的不同,看到的细节。
Details
详细信息----------Details----------
The methods that can be used to generate objects of class “downLogIZs” are detailed here:
的方法,可用于生成对象的类“downLogIZs”在这里详述:
值----------Value----------
A valid object of class "downLogIZs."
一个有效的类的对象“downLogIZs。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参考文献----------References----------
参见----------See Also----------
For subclasses of downLogIZ, see: standUpIZ, chainSawIZ, sausageIZ, pointRelascopeIZ, perpendicularDistanceIZ, omnibusPDSIZ, distanceLimitedPDSIZ, omnibusDLPDSIZ, and distanceLimitedIZ. distanceLimitedMCIZ.
downLogIZ的子类,请参阅:standUpIZ,chainSawIZ,sausageIZ,pointRelascopeIZ,perpendicularDistanceIZ,omnibusPDSIZ,<X >,distanceLimitedPDSIZ和omnibusDLPDSIZ。 distanceLimitedIZ。
实例----------Examples----------
dls = downLogs(4, units='English', logLens=c(10,30))
dls.su = lapply(dls@logs, 'standUpIZ', plotRadius=5)
izs.su = downLogIZs(dls.su)
bbox(izs.su)
plot(izs.su, axes=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|