Difference between revisions of "Polar rose plot"
(→External links) |
|||
Line 6: | Line 6: | ||
== External links == | == External links == | ||
− | * [ | + | * [http://mathworld.wolfram.com/Rose.html Mathworld article on rose curves] |
+ | * [http://www25.brinkster.com/denshade/PolarFlower.html Applet to create rose with k parameter] | ||
* [http://www.mathworks.com/access/helpdesk/help/techdoc/ref/index.html?/access/helpdesk/help/techdoc/ref/rose.html MATLAB Function Reference - rose] | * [http://www.mathworks.com/access/helpdesk/help/techdoc/ref/index.html?/access/helpdesk/help/techdoc/ref/rose.html MATLAB Function Reference - rose] | ||
+ | * [[wikipedia:Polar coordinate system]] | ||
+ | * [[wikipedia:List of canonical coordinate transformations]] | ||
{{stub}} | {{stub}} | ||
[[Category:Bioinformatics]] | [[Category:Bioinformatics]] | ||
[[Category:Graphics software]] | [[Category:Graphics software]] |
Revision as of 05:27, 18 October 2006
A polar rose plot (or roseplot) is an angle histogram showing the distribution of values grouped according to their numeric range (viewed as a "polar plot"). It is similar to a polar rose (i.e. with r = cos(k*θ)) but not necessarily symmetric, as the symmetry (or "direction" of petals) is entirely dependant on the input data.
A roseplot is useful for viewing the "direction" of input data. It is commonly used for plotting the daily (or yearly, etc.) average wind direction at a given location (sometimes called a "wind direction plot").
I routinely use roseplots in my bioinformatics research. They are especially useful for getting an overview of amino acid- or nucleotide-usage in a given genome or sequence (note: to see what I mean, have a look at the Genome Atlas Server at CBS).
External links
- Mathworld article on rose curves
- Applet to create rose with k parameter
- MATLAB Function Reference - rose
- wikipedia:Polar coordinate system
- wikipedia:List of canonical coordinate transformations
This article is curently a "stub". This means it is an incomplete article needing further elaboration.
I always welcome suggestions, comments, and criticism. If you have something to contribute to this site, please follow this link: Contributing Information. Thank you!