Converting compass points to corresponding direction in R

后端 未结 0 1529
刺人心
刺人心 2021-01-04 19:55

I have created a function in R to convert compass points to the corresponding wind direction. Function is below.

  if(x == 1) y <- "North"
  if(x         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题