plot_polar: plot_polar

View source: R/plotting.R

plot_polarR Documentation

plot_polar

Description

Create polar plot of results

Usage

plot_polar(
  .data,
  size_geom_text = 3.5,
  my_breaks = c(0, 0.01, 0.03, 0.05, 0.1, 0.3, 0.5, 0.7, 1),
  prop_filter = 0.005,
  barwidth = 0.5,
  barheight = 2,
  legend_justification = 0.67,
  fill_direction = 1
)

Arguments

.data

ARMET-tc object

size_geom_text

A double

my_breaks

An integer

prop_filter

A double

barwidth

A double

barheight

A double

legend_justification

A double

fill_direction

An integer

Value

a ggplot


stemangiola/ARMET documentation built on July 9, 2022, 1:25 a.m.