View source: R/ggplot_polarPlot.R
ggplot_polarPlot | R Documentation |
Take the data output of openair::polarPlot
and plot using ggplot
ggplot_polarPlot(
polarPlotData,
legendName = "z",
nudge_nsew = 1.1,
label = NULL,
show_nsew = T
)
polarPlotData |
data from |
legendName |
name for legend |
nudge_nsew |
nudges the position of the N,S,E,W labels by multipling the radius of the plot. Default 1.1 |
label |
Add a label in the upper right corner - useful when constructing multipanel figures. Default NULL |
W. S. Drysdale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.