volume(spatstat)
volume()所属R语言包:spatstat
Volume of an Object
一个对象的体积
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the volume of a spatial object such as a three-dimensional box.
计算空间的对象,如一个三维框的体积。
用法----------Usage----------
volume(x)
参数----------Arguments----------
参数:x
An object whose volume will be computed.
一个对象,其体积计算。
Details
详细信息----------Details----------
This function computes the volume of an object such as a three-dimensional box.
该函数计算的体积的目的,如三维方块。
The function volume is generic, with methods for the classes "box3" (three-dimensional boxes) and "boxx" (multi-dimensional boxes). There is also a method for the class "owin" (two-dimensional windows), which is identical to area.owin.
的功能volume是通用的,与类"box3"(三维盒)和"boxx"(多维盒)的方法。也有一个方法,类"owin"(二维窗口),这是相同的area.owin。
值----------Value----------
The numerical value of the volume of the object.
的对象的体积的数值。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>
参见----------See Also----------
area.owin, volume.box3, volume.boxx
area.owin,volume.box3,volume.boxx
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|