在R函数plotrix :: polar.plot()中更改符号大小

时间:2017-02-04 00:05:52

标签: r plot visualization plotrix

有没有办法改变由:

生成的绘制蓝色圆圈的大小
location /foo/ {
  proxy_pass         http://domain:80/bar/;
  proxy_set_header   Host $host;
}

希望这个功能有一些尺寸参数。

enter image description here

1 个答案:

答案 0 :(得分:2)

cex似乎有效。尝试:

polar.plot(1:36, seq(0,350,by=10), rp.type='s', point.col='blue', cex = 3)