1

方位角のラジアル プロットをプロットしていますが、label.pos 引数でエラーが発生します。

  polar.plot(bear[,2],bear[,1],main="Distribution of Start Points from centre",
                   rp.type="r",labels=c("North","West","South","East"),
label.pos=c(90,180,270,0), 
 clockwise=FALSE, radial.labels = "",
               label.pos=NULL, line.col=c("yellow"),show.radial.grid=FALSE,
               show.grid.labels=1,
               radial.lim=c(0,max(bear[,2]),
                            boxed.radial=FALSE)) 

それは私に言うエラーを与えます

Error in polar.plot(bear[, 2], bear[, 1], main = "Distribution of Start Points from centre",  : 
  formal argument "label.pos" matched by multiple actual arguments

引数を変更してプロットの方向を取得するにはどうすればよいですか?

4

1 に答える 1