How can I plot a pollution rose?

I would like to implement in MATLAB the following examples provided in the R package. Is there any way?

Answers (1)

Adam Danz
Adam Danz on 24 Mar 2021
Edited: Adam Danz on 3 Jun 2021
It would be helpful to have a URL to the R Package so we wouldn't have to guess how the plot was produced.
It looks like polaraxes along with a surface or contour plot. Neither surface and contour plots cannot be added to polaraxes as of the current release (Matlab r2021a).
Alternatives are to use colored scatter points or to use cartesian axes instead. Here are some examples of those strategies

3 Comments

I think they might be referring to the one that's part of openair.
Chao
Chao on 20 Sep 2022
Edited: Chao on 20 Sep 2022
Can the wind rose and polution rose plots be easily generated in MATLAB?
Search the File Exchange for alternatives.

Sign in to comment.

Categories

Tags

Asked:

on 24 Mar 2021

Commented:

on 20 Sep 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!