removeImap(sendplot)
removeImap()所属R语言包:sendplot
Removes Interactive Information to 'Splot' Object
删除信息交互的Splot“对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The removeImap function will remove interactive information for a given figure in a Splot Object. It will remove any information added by makeImap or addDefault.
removeImap功能将删除互动的信息对于一个给定的数字在Splot对象。它会删除任何信息添加由makeImap或ADDDEFAULT。
用法----------Usage----------
removeImap(Splot,
figure,
subset=NA,
returnVl=TRUE,
saveFlag=FALSE,
saveName="Splot.RData")
参数----------Arguments----------
参数:Splot
An Object of the class Splot
一个对象的类Splot
参数:figure
Indicates which plot figure to remove data from; this matches the numeric indication in the layout matrix. This may also be the value "Default" to remove a set Default tool-tip (see addDefault
表示删除数据的曲线图图,这相匹配的数字表示在布局矩阵。这也可能是“默认”的值删除一组默认的工具提示(见addDefault
参数:subset
If default is a numeric indication of figure, which subsets of data to remove. If this is left as NA, all iMaps are removed.
如果默认是用数字表示的数字,这要删除的数据的子集。如果这被留下作为NA,所有IMAPS移除。
参数:returnVl
Should Splot object be returned
如果Splot对象返回
参数:saveFlag
Should Splot object be saved
如果Splot对象被保存
参数:saveName
If saveFlag, path file name to save object
,如果saveFlag,路径文件名保存对象
Details
详细信息----------Details----------
The removeImap handles removing the Default toop-tip added by addDefault or any of a given figure's iMaps added by makeImap.
删除默认添加的addDefault或任何一个给定的数字IMAPS添加makeImap托普头removeImap处理。
To remove all of a figure's iMaps, subset is NA. iMaps are stored in the order they are added. A subset will be a numeric indication of which iMap to remove based on this ordering.
要删除所有人物的IMAPS,子集是NA。 IMAPS都存储在它们被添加的顺序。的一个子集,其中IMAP,除去根据这个顺序是用数字表示的。
Users are encouraged to see vignette for better details and examples.
我们鼓励用户看到更好的细节和例子的小插曲。
值----------Value----------
Returns or Saves the new Splot object with data removed
返回或数据删除保存新的Splot,对象
注意----------Note----------
Can only remove data from one figure at a time.
只能删除数据从一个数字的时间。
(作者)----------Author(s)----------
Lori A.Shepherd, Daniel P. Gaile
参见----------See Also----------
addDefault, makeImap,
addDefault,makeImap,
实例----------Examples----------
# Please see vignette or makeSplot for example[例如,请参阅小插曲或makeSplot的]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|