panelSelect(VisCov)
panelSelect()所属R语言包:VisCov
Selecting a panel(s) by mouse
用鼠标选择面板(S)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
To select (using the mouse) one or more panels from a four-layered plot for a single distribution. The selected panels will be drawn in separate graphics window.
要选择一个或多个面板四层一个单一的分布图(使用鼠标)。将被绘制在单独的图形窗口中选定的面板。
用法----------Usage----------
panelSelect(panel.no, CovPlotData)
参数----------Arguments----------
参数:panel.no
an integer indicating the number of panels that one wishes to select
一个整数,表示一个人希望选择的面板数
参数:CovPlotData
the output list returned by VisCov
在输出列表中返回的VisCov
Details
详细信息----------Details----------
After drawing a graph by VisCov, one can select and draw the specified number of panels by clicking the mouse on the panels of interest.
画一个图VisCov后,人们可以选择并绘制指定数量的面板,面板上点击鼠标的兴趣。
参考文献----------References----------
实例----------Examples----------
## Not run: [#不运行:]
CovPlotData = VisCov()
panelSelect(panel.no = 1, CovPlotData) ## Click once on the plot you want to select[#点击一次你要选择的图]
panelSelect(panel.no = 4, CovPlotData) ## Click four times on the plots you want to select[点击四次#你要选择的图]
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|