rpanel-package(rpanel)
rpanel-package()所属R语言包:rpanel
simple interactive controls for R functions using the tcltk package
简单的交互式控制的R函数使用tcltk的包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
rpanel provides a set of wrapper functions to build simple GUI controls for R functions. Uses could include changing a parameter on a graph (and animating it) with a slider, or a "doublebutton", right
rpanel提供了一组的包装函数来建立简单的GUI控件的R功能。用途可能包括改变参数图(动画)采用了滑盖,或的“doublebutton”,右
Details
详细信息----------Details----------
</table> This package contains a number of functions (with help and examples) and several example scripts.<br> <br> Package functions<br> <br> rp.panelname: automatic generation of a panel name<br> rp.control: create an rpanel<br> rp.slider: add a slider to a panel, to graphically control a numeric variable<br> rp.textentry: adds a box allows text to be entered<br> rp.button: adds a button to the panel with a nominated function called on pressing<br> rp.checkbox: adds a checkbox to the panel, to control a logical variable<br> rp.radiogroup: adds a set of radiobuttons to the panel<br> rp.listbox: adds a listbox to the panel<br> rp.doublebutton: adds a widget with '+' and '-' buttons, to increment and decrement a variable<br> rp.image: adds an image to the panel, the action function is called with coordinates on clicking<br> rp.line: draws a line connecting the pixel locations x1, y1 to x2, y2 on the specified rp.image<br> rp.deleteline: removes a line from an rp.image<br> rp.clearlines: removes all lines from an rp.image<br> rp.messagebox: displays a message in a pop-up window<br> rp.tkrplot: calls Luke Tierney's tkrplot function to allow R graphics to be displayed in a panel<br> rp.tkrreplot: calls Luke Tierney's tkrreplot functions to allow R graphics to be displayed in a panel.<br> rp.block: blocks use of the R console until a panel is closed<br> rp.panel: returns a named panel or the most recently created panel<br> rp.pos: a demonstration function for layout control<br> rp.grid: a grid system for layout control<br> rp.do: executes a nominated user defined callback function<br> <br> Applications functions<br> <br> rp.gulls: STEPS module - the Birds and the Bees<br> rp.ci: Confidence intervals<br> rp.ancova: Analysis of covariance<br> rp.power: Power calculations for a two-sample t-test<br> rp.normal: Fitting a normal distribution to a single sample<br> rp.rmplot: Plotting of repeated measurement data<br> rp.tables: Interactive statistical tables<br> rp.regression: Regression with one or two covariates<br> rp.plot3d: Interactive display of a plot of three variables<br> rp.likelihood: Exploration of one and two parameter likelihood functions<br> rp.logistic: Interactive display of logistic regression with a single covariate<br> rp.cartoons: A menu-driven set of rpanel illustrations<br> rp.geosim: Simulation of spatial processes<br> rp.mururoa: Sampling in Mururoa Atoll<br> rp.firth: Sampling in a firth<br>
</ TABLE>这个套件包含了多项功能的帮助和示例和几个示例脚本。<BR> <BR>封装功能<BR>的参考rp.panelname:自动生成一个小组名称< >rp.control:中创建一个rpanel <BR>rp.slider:添加一个滑块到面板上,以图形化的控制数字变量<BR> rp.textentry:加一个框允许输入文字< BR> rp.button:添加一个按钮到面板上按参考rp.checkbox:一个复选框添加到面板上,控制一个逻辑变量<BR>的rp.radiogroup提名的函数调用:一组单选按钮添加到的面板<BR> rp.listbox:一个列表框添加到的面板<BR> rp.doublebutton:添加小部件“+”和“ - ”按钮,递增和递减变量<BR> rp.image:添加一个图像到面板,操作功能被称为与坐标点击<BR>rp.line:画一条线连接的像素位置X1,Y1,X2,Y2在指定的rp.image <BR> rp.deleteline:删除线从一个rp.image的参考rp.clearlines:删除所有行,从rp.image参考rp.messagebox:显示消息在弹出的窗口中<BR> rp.tkrplot:调用卢克·蒂尔尼的tkrplot功能,让R图形显示在面板上<BR> rp.tkrreplot:要求卢克·蒂尔尼的tkrreplot的功能,以允许要在面板中显示的R图形。<br>文章rp.block:块使用的R控制台面板关闭直到<br>文章rp.panel:返回一个已命名面板或最近创建的的面板<BR> rp.pos:演示功能布局控制参考rp.grid:一个网格布局控制系统的参考rp.do:执行一个指定的用户定义的回调函数<BR>参考应用功能参考参考rp.gulls:步骤模块 - 鸟类和蜜蜂<BR>rp.ci:置信区间<BR> rp.ancova:分析协方差<BR> rp.power:功率计算两样本t检验<BR> rp.normal:安装正常分配到一个单一的的样品<BR> rp.rmplot:重复测量绘制数据参考rp.tables:互动统计表<BR> rp.regression:有一个或两个协变量的回归<BR>rp.plot3d:交互式显示三个变量的图<BR> X>:探索和两个参数似然函数<BR> rp.likelihood:交互式显示的logistic回归分析与协<BR>rp.logistic:一个菜单驱动的设置rpanel插图参考rp.cartoons:空间过程的模拟参考rp.geosim:采样在穆鲁罗瓦环礁参考rp.mururoa:在河口参考取样
(作者)----------Author(s)----------
A.W.Bowman & E.Crawford
Maintainer: Ewan Crawford <ewan@stats.gla.ac.uk>
参考文献----------References----------
rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.
参见----------See Also----------
rp.control,rp.button,rp.slider,rp.doublebutton,rp.textentry,rp.checkbox,rp.radiogroup
rp.control,rp.button,rp.slider,rp.doublebutton,rp.textentry,rp.checkbox,rp.radiogroup
实例----------Examples----------
if (interactive()) {
rp.gulls()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|