Custom geoms

geom_point(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  ...,
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE
)

geom_line(
  mapping = NULL,
  data = NULL,
  stat = "identity",
  position = "identity",
  ...,
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE
)

Arguments

mapping

see details

data

see details

stat

see details

position

see details

...

see details

na.rm

see details

show.legend

see details

inherit.aes

see details

Details

These functions are virtually identical to geom_point and geom_line except that their underlying Geoms have different default values.