fss2dPlot(SpatialVx)
fss2dPlot()所属R语言包:SpatialVx
Create several graphics for list objects returned from hoods2d
创建列表对象的几个图形从hoods2d返回
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates several graphics for list objects returned from hoods2d. Mostly quilt and matrix plots for displaying results of smoothing fields over different neighborhood lengths and thresholds.
创建几个图形列表中返回的对象从hoods2d。主要是被子和矩阵图的显示结果在不同的街道长度和阈值的平滑领域。
用法----------Usage----------
fss2dPlot(x, ...)
upscale2dPlot(object, args, ...)
参数----------Arguments----------
参数:x
list object with components fss, fss.random and fss.uniform. Effectively, it does the same thing as hoods2dPlot, but adds the fss.random and fss.uniform horizontal lines to the matrix plot.
列表对象与组件FSS,fss.random和fss.uniform的。实际上,它作为hoods2dPlot做同样的事情,但增加了fss.random和fss.uniform水平线的矩阵图。
参数:object
list object with named components: rmse (numeric vector), ets, ts and bias all matrices whose rows represent neighborhood lengths, and whose columns represent thresholds.
命名的组成部分:数字矢量(RMSE),ETS,TS和偏置矩阵的行代表街道的长度,而其代表阈值的列的列表对象。
参数:args
list object passed to hoods2dPlot, see its help file for more details.
列表对象传递给hoods2dPlot,查看其帮助文件的更多细节。
参数:...
Optional arguments to image and image.plot for fss2dPlot, and optional arguments to hoods2dPlot for upscale2dPlot
可选参数image和image.plotfss2dPlot,和可选参数hoods2dPlotupscale2dPlot的
Details
详细信息----------Details----------
makes quilt and matrix plots for output from hoods2d.
使被子和矩阵图输出从hoods2d的。
值----------Value----------
No value is returned. A series of plots are created. It may be useful to use this function in conjunction with pdf in order to view all of the plots. See the help file for hoods2dPlot to plot individual results.
无返回值。创建一系列的图。使用此功能结合,这可能是有用的pdf以查看所有的图。 hoods2dPlot绘制各自的结果,请参阅帮助文件。
(作者)----------Author(s)----------
Eric Gilleland
参见----------See Also----------
hoods2dPlot, matplot, image, image.plot, hoods2d, pdf
hoods2dPlot,matplot,image,image.plot,hoods2d,pdf
实例----------Examples----------
##[#]
## This is effectively an internal function, so the example is commented out[#这是一个有效的内部函数,这样的例子被注释掉]
## in order for R's check to run faster.[#为了让R的检查,运行速度更快。]
##[#]
## Not run: data(geom001)[#不运行:数据(geom001)]
data(geom000)
data(ICPg240Locs)
hold <- hoods2dPrep( "geom001", "geom000", thresholds=c(0.01,50.01), levels=c(1, 3, 5, 33, 65), loc=ICPg240Locs, units="in/100")
look <- hoods2d(hold, verbose=TRUE)
plot( look)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|