Displaying 1 result from an estimated 1 matches for "wind_speed_vec".
2010 Apr 18
2
rosavent problem
I have a frequency table that I am trying to plot on a rose diagram using
rosavent. I've set the table up by using this line:
Wind_freq_speed <- t(table(cut(Wind_Dir_vec, 0:36), cut(Wind_Speed_vec,
seq(0, to=60, by=10))))
It produces the following table layout, which is consistent with the
rosavent example (windfreq.dat).
10 20 30 40 50 60 70... 360
0-10
10-20
20-30
30-40
40-50
50-60
However, when I use the rosavent command (i.e. rosavent(Wind_freq_speed)),
it pr...