geom_point: Custom geoms

View source: R/customGeoms.R

geom_pointR Documentation

Custom geoms

Description

Custom geoms

Usage

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.


jasp-stats/jaspGraphs documentation built on April 20, 2024, 4:13 p.m.