powered by
plotWindrose(data, spd, dir, spdres = 2, dirres = 30, spdmin = 2, spdmax = 20, spdseq = NULL, palette = "YlGnBu", countmax = NA, debug = 0, title = NULL)
## Close any previously open graphic devices graphics.off() ## Load the data data(fluxes) ## Plot the wind rose plotWindrose(data=fluxes,spd="wind_speed",dir="wind_dir")
Run the code above in your browser using DataLab