plotPolarSegment(treecm)
plotPolarSegment()所属R语言包:treecm
Plots a segment
绘制一个分部
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a segmente given two set of polar coordinates (angle, distance from tree base), may be used to represent buildings close to the tree on the CM plot
绘制一个segmente给定的两个组的极坐标(角度,从树碱的距离),可以被用来代表建筑物靠近树的CM图
用法----------Usage----------
plotPolarSegment(a0, d0, a1, d1)
参数----------Arguments----------
参数:a0
angle of first set of coordinates
第一组坐标角
参数:d0
distance of first set of coordinates
第一组坐标中的距离
参数:a1
angle of second set of coordinates
第二组坐标的角
参数:d1
distance of second set of coordinates
第二组坐标的距离
值----------Value----------
NULL
NULL
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|