ggplot_polarPlot: ggplot polarPlot

View source: R/ggplot_polarPlot.R

ggplot_polarPlotR Documentation

ggplot polarPlot

Description

Take the data output of openair::polarPlot and plot using ggplot

Usage

ggplot_polarPlot(
  polarPlotData,
  legendName = "z",
  nudge_nsew = 1.1,
  label = NULL,
  show_nsew = T
)

Arguments

polarPlotData

data from openair::polarPlot output

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

Author(s)

W. S. Drysdale


willdrysdale/wsdmiscr documentation built on Aug. 26, 2023, 12:31 a.m.