Hi I trying to add a wind rose as a plot together with other plots. Im unsing the roseavent function from the climatol package.
Ive tried par(mfrow=c(2,2)) but when plotting the windrose: rosavent(windfreq_rose,4,3,ang=-3*pi/16,main="Windrose") it skips one position, and when plotting the next one it blanks everything else. Ive also tried split.screen, but the roseavent only blanks everything else as it is plotted. Does anyone have an idea how I can add my windrose without haveing to cut and paste it in gimp afterwards? Kind regards Jan ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

