Re: [R] wind rose (oz.windrose) scale

2010-11-13 Thread Uwe Ligges
Looking at the code shows that the author forgot to scale the plot appropriately at all, since xlim/ylim is hardcoded: plot(0, xlim = c(-20, 20), ylim = c(-20, 20), type = n, axes = FALSE, xlab = , ylab = , ...) Hence you may want to fix it and provide the patch to the package

[R] wind rose (oz.windrose) scale

2010-11-12 Thread Alejo C.S.
Dear list, I trying to make a wind rose plot whit the command oz.windrose, from plotrix package. My data, a matrix of percentages with the rows representing speed ranges and the columns indicating wind directions was generated using bin.wind.records command from same package: [,1] [,2]