geom_point: Custom geoms

Description Usage Arguments Details

View source: R/customGeoms.R

Description

Custom geoms

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
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.


vandenman/JASPgraphs documentation built on Dec. 16, 2021, 5:37 p.m.