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

View source: R/functions.R

drawPointsR Documentation

Deprecated: use ggplot2::geom_point instead.

Description

Deprecated: use ggplot2::geom_point instead.

Usage

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


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