drawLines: Deprecated: use 'ggplot2::geom_line' instead.

Description Usage Arguments

View source: R/functions.R

Description

Deprecated: use ggplot2::geom_line instead.

Usage

1
2
3
4
5
6
7
8
9
drawLines(
  graph = drawAxis(),
  dat,
  mapping = NULL,
  size = 1.25,
  alpha = 1,
  show.legend = TRUE,
  ...
)

Arguments

graph

ggplot2 object

dat

data frame

mapping

mapping from aes

size

size

alpha

transparency

show.legend

show legend?

...

other arguments to geom_line


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