plot3D(sampSurf)
plot3D()所属R语言包:sampSurf
Interactive 3D Plot of Objects From Package “sampSurf”
互动3D绘图对象的软件包“sampSurf”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This routine uses the “rgl” package to display objects of class "Tract" or subclass, "InclusionZoneGrid" or subclass, and "sampSurf" objects in a three dimensional
这个程序使用“rgl”包显示类的对象“Tract”或子类,“InclusionZoneGrid”或子类,和“sampSurf。 “中的对象的三维
Details
详细信息----------Details----------
This is not the generic, that is defined in rasterVis::plot3D and should be referred to for more details on both possible arguments and functionality. Because the plot3D methods in the “sampSurf” package are all the
这是不通用的,那就是在rasterVis定义::plot3D和应称为可能的参数和功能的更多详细信息。 ,因为方法在“sampSurf”包plot3D都是
值----------Value----------
Nothing returned.
什么也没回来了。
注意----------Note----------
One can generate a hardcopy of a plot using the appropriate commands
使用适当的命令,则可以产生硬拷贝的图
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
rasterVis::plot3D, r3d
rasterVis ::plot3D,r3d
实例----------Examples----------
## Not run: [#不运行:]
#[]
# create a buffered tract, sampling surface, and then display...[创建一个缓冲道,采样表面,然后显示...]
#[]
bufftr = bufferedTract(10, Tract(c(x=100,y=100),cellSize=0.5,units='metric'))
ss = sampSurf(25,bufftr,iZone='sausageIZ',plotRadius=4)
require(rgl)
plot3D(ss)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|