somgrid(class)
somgrid()所属R语言包:class
Plot SOM Fits
图高官适合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plotting functions for SOM results.
SOM的结果绘图功能。
用法----------Usage----------
somgrid(xdim = 8, ydim = 6, topo = c("rectangular", "hexagonal"))
## S3 method for class 'somgrid'
plot(x, type = "p", ...)
## S3 method for class 'SOM'
plot(x, ...)
参数----------Arguments----------
参数:xdim, ydim
dimensions of the grid
网格尺寸
参数:topo
the topology of the grid.
网格的拓扑结构。
参数:x
an object inheriting from class "somgrid" or "SOM".
从类对象继承"somgrid"或"SOM"。
参数:type, ...
graphical parameters.
图形参数。
Details
详情----------Details----------
The class "somgrid" records the coordinates of the grid to be used for (batch or on-line) SOM: this has a plot method.
类"somgrid"记录(批次或上线)高级官员会议将要使用网格坐标:这有一个图方法。
The plot method for class "SOM" plots a stars plot of the representative at each grid point.
图法类"SOM"图stars在每个网格点代表的图。
值----------Value----------
For somgrid, an object of class "somgrid", a list with components
对于somgrid类"somgrid",列表对象与组件
参数:pts
a two-column matrix giving locations for the grid points.
给一个两列的矩阵网格点的位置。
参数:xdim, ydim, topo
as in the arguments to somgrid.
如在somgrid的论据。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
batchSOM, SOM
batchSOM,SOM
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|