geom_hurricane: Geom hurricane build layer

Description Usage Arguments Value

View source: R/hurricane_geom.R

Description

This function builds a geom layer based on the geom specification in GeomHurricane

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
geom_hurricane(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

mapping

mapping through ggplot2

data

map data through ggplot2

stat

map statistic through ggplot2

position

map position through ggplot2

na.rm

remove NAs

show.legend

default to layer

inherit.aes

inherit aes from main ggplot layer

...

more arguments for the layer

Value

returns a ggplot2 graphical object


akram-syed/geomhurricane documentation built on May 3, 2020, 1:36 p.m.