Open ronnyhdez opened 2 years ago
Within the FREddyPro project we can run this to check the example plot:
## 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")
Within the FREddyPro project we can run this to check the example plot: