Provide Default Behavior for listSelect Helper Functions
提供为listSelect辅助函数的默认行为
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function listSelect takes two functions which define how the type information and content of R objects will be shown on the widget created by listSelect. Functions stdType() and stdView() provide the default behavior.
功能listSelectR对象的类型信息和内容如何将显示listSelect创建的小部件上定义的两个函数。功能stdType()和stdView()提供的默认行为。
用法----------Usage----------
stdType(toCheck)
stdView(toView)
参数----------Arguments----------
参数:toCheck, toView
arbitrary R object.
任意R对象。
Details
详情----------Details----------
These functions can be viewed as exmaples of defining functions for the typeFun and valueFun arguments of the listSelect function.
这些功能可以被看作是定义函数exmaplestypeFun和valueFunlistSelect函数的参数。
值----------Value----------
stdType() returns a character string describing the type of the R object.
stdType()返回一个字符串描述的R对象的类型。