toPolar(treecm)
toPolar()所属R语言包:treecm
Converts cartesian (x, y) into polar (angle, distance) coordinates
转换成直角坐标(的x,y)转换为极坐标(角度,距离)的坐标
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts cartesian coordinates (x, y) into polar (angle, distance) ones, assuming (0, 0) as origin of axes and, incidentally, the position of tree base
转换成直角坐标系(x,y)转换为极坐标(角度,距离)的,假设轴的原点(0,0),顺便说一下,树基的位置
用法----------Usage----------
toPolar(x, y)
参数----------Arguments----------
参数:x
Abscissa coordinate
横坐标
参数:y
Ordinate coordinate
纵坐标
值----------Value----------
A vector holding angle in degrees and distance in the same unit as x and y
一个向量抱角的角度和距离在相同的单位x和y
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|