xmlPlot(SVGAnnotation)
xmlPlot()所属R语言包:SVGAnnotation
Constructor functions for different types of plots in SVG
SVG中的图不同类型的构造函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions allow one to read an SVG file containing an R plot into R and then process it in different ways. The different functions are used to identify the type of the plot. This can facilitate working with the plot where the layout is important to know. At present, this is not essential. In fact, one should use svgPlot to create the SVG plot and return the resulting SVG/XML tree.
这些功能允许读取SVG文件包含到R R图,然后以不同的方式处理它。使用不同的功能,以确定该图的类型。这可以促进同积工作布局重要的是知道的。目前,这是没有必要的。事实上,人们应该使用svgPlot创建SVG图和返回产生的SVG / XML树。
用法----------Usage----------
xmlPlot(file, class = character())
参数----------Arguments----------
参数:file
the name of the SVG file from which to read the plot
SVG文件的名称,从中读取的图
参数:class
the name of the class for the resulting parsed XML document. This allows one to identify the plot as, for example, a histogram, scatter plot,
导致解析XML文档的类的名称。这允许一个确定的图,例如,直方图,散点图,
值----------Value----------
A parsed XML document with the relevant class attribute.
解析XML文档与相关的类属性。
作者(S)----------Author(s)----------
Duncan Temple Lang
参见----------See Also----------
svgPlot
svgPlot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|