circularPlot(sampSurf)
circularPlot()所属R语言包:sampSurf
Generate Objects of Class "<a href="circularPlot-class.html">circularPlot</a>"
生成类“<a href="circularPlot-class.html"> circularPlot </ a>”中的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function has only one method used as a constructor function for objects that are of class "circularPlot". This method should be used in
这泛型函数的构造函数的类的对象,“circularPlot”作为一个只有一个方法。此方法,应采用
用法----------Usage----------
circularPlot(radius, ...)
参数----------Arguments----------
参数:radius
This is the signature argument: The fixed-plot radius in the correct units
这是签名的说法:在正确的单位的固定图半径
参数:...
Arguments that are defined in circularPlot-methods
参数中定义的circularPlot-methods
Details
详细信息----------Details----------
Only one method currently exists for object generation. Its arguments are documented in circularPlot-methods.
只有一个方法目前存在的对象生成。它的参数都记录在circularPlot-methods。
值----------Value----------
A valid object of class "circularPlot"
一个有效的类的对象“circularPlot。”
(作者)----------Author(s)----------
Jeffrey H. Gove
参见----------See Also----------
circularPlot-methods
circularPlot-methods
实例----------Examples----------
cp=circularPlot(37.237, units='English', center=c(x=10,y=3))
summary(cp)
plot(cp, axes=TRUE, showPlotCenter=TRUE, cex=2.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|