Difference between revisions of "Polar rose plot"
(→External links) |
(→External links) |
||
Line 5: | Line 5: | ||
I routinely use roseplots in my [[:Category:Bioinformatics|bioinformatics]] [[:Category:Academic Research|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). | I routinely use roseplots in my [[:Category:Bioinformatics|bioinformatics]] [[:Category:Academic Research|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 == | + | ==External links== |
− | * [http://mathworld.wolfram.com/Rose.html Mathworld article on rose curves] | + | *[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://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]] | + | *[http://mensch.org/vplot/windrose/ Wind rose] — include a [[Python]] script and examples. |
− | * [[wikipedia:List of canonical coordinate transformations]] | + | *[http://www.windpower.org/en/tour/wres/roseplot.htm Wind Rose Plotter Programme] |
+ | *[[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 01:17, 16 July 2007
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
- Wind rose — include a Python script and examples.
- Wind Rose Plotter Programme
- 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!