Re: [R] rosavent problem

2010-04-18 Thread Kevin Turner
As it turns out, there was something wrong with the way that the column and row names were set up when the wind frequency table was made. As I mentioned, the same data (all the data) was plotted 6 times around the circle (rose plot). The way I've resolved this is by writing the data to a .csv fil

Re: [R] rosavent problem

2010-04-18 Thread Joshua Wiley
I am wondering if there is a pattern in the rest of your data. I made a table based on the data you provided, using 0s for degrees 80-350, and it plots fine. If your data only changed slightly from section to section (lets say by 4 or 5) it might be hard to tell that it is actually different on t

Re: [R] rosavent problem

2010-04-18 Thread Kevin Turner
The package is climatol. The data I'm working with looks like the following 10 20 30 40 50 60 70. 360 0-10 159 241386495 599 821 874153 10-20 96 481815 1223 1165 856 529..31 20-30 77 3876407403

Re: [R] rosavent problem

2010-04-17 Thread Joshua Wiley
On Sat, Apr 17, 2010 at 8:04 PM, Kevin Turner wrote: > 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 We do not h

Re: [R] rosavent problem

2010-04-17 Thread David Winsemius
On Apr 17, 2010, at 11:04 PM, Kevin Turner wrote: 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

[R] rosavent problem

2010-04-17 Thread Kevin Turner
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 rosav