plot.spa(spa)
plot.spa()所属R语言包:spa
Plot the graph
绘制图形
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots the graph in two specified dimensions.
图解在两个指定的尺寸的曲线图。
用法----------Usage----------
## S3 method for class 'spa'
plot(x,xscale=NULL,g=NULL,vars=1:2,
graph.grid=TRUE,plt.response,
lcol=8,llwd=1,...)
参数----------Arguments----------
参数:x
the spa object.
spa对象。
参数:xscale
the dimension space for plotting. See spa for examples with ISOmap and data.
维空间进行打印。见spa ISOMAP和数据的例子。
参数:g
graph adjacency matrix.
图的邻接矩阵。
参数:vars
variables to read off of xscale, e.g. xscale[,var] (default=1:2)
变量读出xscale的,例如xscale的[VAR](默认值= 1:2)
参数:graph.grid
whether or not the graph edges should be plotted.
是否应被绘制的图形边缘。
参数:plt.response
whether or not the graph edges should be plotted.
是否应被绘制的图形边缘。
参数:lcol
line color for graph edges(default=gray)
图形边缘线的颜色(默认值=灰色)
参数:llwd
line thickness for graph edges (default=2)
图形边缘线的粗细(默认值= 2)
参数:...
additional parameters for plot
额外的参数图
(作者)----------Author(s)----------
Mark Culp
参考文献----------References----------
M. Culp (2011). spa: A Semi-Supervised R Package for Semi-Parametric Graph-Based Estimation. Journal of Statistical Software, 40(10), 1-29. URL http://www.jstatsoft.org/v40/i10/.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|