PlotHartigan(useful)
PlotHartigan()所属R语言包:useful
Plot a series of Hartigan's Numbers
绘制了一系列Hartigan的数字
译者:生物统计家园网 机器人LoveR
描述----------Description----------
After fitting a series of Hartigan's Numbers (see FitKMeans) this will plot the results so it is easy to visualize
在装备了一系列的Hartigan的数字(见FitKMeans),这将绘制的结果,所以它是很容易的可视化
用法----------Usage----------
PlotHartigan(hartigan, title = "Hartigan's Rule",
smooth = FALSE, linecolor = "grey", linetype = 2L,
linesize = 1L, minor = TRUE)
参数----------Arguments----------
参数:hartigan
The results from FitKMeans
结果从FitKMeans
参数:title
Title to be used in the plot
题名中要使用的图
参数:smooth
logical; if true a smoothed line will be fit to the points, otherwise it will be a piecewise line
逻辑,如果真正的平滑线将适合的点,否则这将是一个分段线
参数:linecolor
Color of the horizontal line denoting 10
的水平线的颜色表示10
参数:linetype
Type of the horizontal line denoting 10
类型水平线表示10
参数:linesize
Size of the horizontal line denoting 10
水平线表示10的大小
参数:minor
logical; if true minor grid lines will be plotted
逻辑,如果真正的小网格线将被绘制
Details
详细信息----------Details----------
Displays a graphical representation of the results of FitKMeans
显示的结果的图形表示FitKMeans
值----------Value----------
a ggplot object
一个ggplot对象
(作者)----------Author(s)----------
Jared P. Lander www.jaredlander.com
参考文献----------References----------
http://www.stat.columbia.edu/~madigan/DM08/descriptive.ppt.pdf
参见----------See Also----------
kmeans FitKMeans
kmeansFitKMeans
实例----------Examples----------
data(iris)
hartiganResults <- FitKMeans(iris[, -ncol(iris)])
PlotHartigan(hartiganResults)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|