area(sampSurf)
area()所属R语言包:sampSurf
Area of objects in package sampSurf
区中的对象包sampSurf
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A number of the different classes of objects in sampSurf have some kind of areal representation, often just part of the class definition as one of the slots. This function simply returns the area as stored within the object as given in
许多不同的类中的对象sampSurf有某种面的代表性,往往只是其中的一部分的类定义一个插槽。这个函数只是简单地返回存储在对象中给出的区域
Details
详细信息----------Details----------
The area that is stored and returned is in the native units of the object. In most cases, this will be either square feet or square meters. The area-methods provide individual detail, as do the individual class definitions for the objects passed.
存储和返回的区域,是在本机的对象单位。在大多数情况下,这将是平方英尺或平方米。 area-methods提供个性化的细节,因为这样做的个人类定义的对象通过。
值----------Value----------
Area in the correct units.
在正确的单位面积。
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
area-methods
area-methods
实例----------Examples----------
tract = Tract(c(x=20,y=35),cellSize=0.25, units='metric')
area(tract)/.StemEnv$smpHectare #in hectares[以公顷]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|