drawPoints: Deprecated: use 'ggplot2::geom_point' instead.

Description Usage Arguments

View source: R/functions.R

Description

Deprecated: use ggplot2::geom_point instead.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
drawPoints(
  graph = drawAxis(),
  dat,
  mapping = NULL,
  size = 1.25,
  shape = 21,
  fill = "gray",
  show.legend = TRUE,
  ...
)

Arguments

graph

ggplot2 object

dat

data frame

mapping

mapping from aes

size

size

shape

shape

fill

color for filling

show.legend

show legend?

...

other arguments to geom_point


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