writeToHTML(sendplot)
writeToHTML()所属R语言包:sendplot
Writes Data Frame Entries to File In Interactive Format
写入的数据框条目文件中互动的形式,
译者:生物统计家园网 机器人LoveR
描述----------Description----------
NOT CALLED BY USER. The writeToHTML functions are utilized by makeSplot to access entries of a data frame and convert entries
不调用用户。的函数利用writeToHTML makeSplot访问的数据框的条目,并将其转换条目
用法----------Usage----------
writeToHTML1(obj,DFs, iType)
writeToHTML2(obj,DFs, iType)
参数----------Arguments----------
参数:obj
list containing data frames dat and dat2. This object is output from the makeScatterDF or makeImageDF function
列表中包含的数据框dat和DAT2。此对象是从makeScatterDF或makeImageDF函数的输出
参数:DFs
output from makeCharacter function
输出makeCharacter功能
参数:iType
indication of what type of image map region. Currently supported types are circle, rect, poly, or default
指示的是什么类型的图像映射区域。目前支持的类型有圆,矩形,多边形,或默认
Details
详细信息----------Details----------
The writeToHTML functions are utilized by the makeSplot when an interactive figure is desired. It takes properly formated data and based on what imagemap region (i.e. circle, rect, poly, or default), writes data to an HTML file.
利用时,一个交互式数字期望由makeSplot writeToHTML功能。它需要正确的格式化数据的基础上的imagemap区域(如圆,矩形,多边形,或默认),将数据写入到HTML文件中。
HTML1 is utilized when using header = "v1" HTML2 is utilized when using header = "v2" or "v3" The data is displayed in different ways depending on the header.
HTML1利用,使用头时,当使用头=“v2”的或“v3的”的数据被显示在不同的方式,取决于标题=“v1”的HTML2利用。
users are encouraged to see vignette for better descriptions and examples
鼓励用户看到更好的描述和示例的小插曲
值----------Value----------
Line by Line output
线路输出线
注意----------Note----------
NOT CALLED BY USER. INTERNAL HELPER FUNCTION
不调用用户。内部辅助功能
The code used to create the javascript embedded in html file is a modified version of the javascript code or from the open source tooltip library. see reference links
用于创建JavaScript嵌入在HTML文件中的代码是修改后的版本的JavaScript代码的开源工具提示库。见参考文献链接
(作者)----------Author(s)----------
Lori A. Shepherd, Daniel P. Gaile
参考文献----------References----------
参见----------See Also----------
makeSplot, writeArea, sp.header
makeSplot,writeArea,sp.header
实例----------Examples----------
# not called by user[不叫用户]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|