Displaying 2 results from an estimated 2 matches for "windfreq".
2010 Apr 18
2
rosavent problem
...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 produces a rose diagram with my data plotted 6 times around the 360
degrees. I also get the following error:
Error in lege...
2010 Apr 17
1
Frequency table
Hello,
I'm trying to make a table like windfreq.dat in the rose diagram example of
the climatol package.
It looks like:
N NNE NE ENE E ESE SE SSE S SSW SW WSW W
WNW NW NNW
0-3 59 48 75 90 71 15 10 11 14 20 22
22 24 15 19 33
3-6 3 6 29 42...