bwplot: Scatterplot with black-and-white style

View source: R/bwplot.R

bwplotR Documentation

Scatterplot with black-and-white style

Description

Scatterplot with black-and-white style

Usage

bwplot(
  x,
  y = NULL,
  ...,
  type = "p",
  hlines = NULL,
  hlines.col = "lightgray",
  hlines.lty = 1,
  hlines.lwd = 1,
  vlines = NULL,
  vlines.col = "lightgray",
  vlines.lty = 1,
  vlines.lwd = 1,
  xat = NULL,
  yat = NULL,
  axis.col = "lightgray",
  bgcolor = "gray99",
  pch = 21,
  bg = "lightblue",
  col = "black",
  v_over_h = FALSE
)

Arguments

x

Coordinates of points in the plot

y

Coordinates of points in the plot (optional)

...

Optional graphics arguments

Value

None.


mrblasco/blasco documentation built on Nov. 22, 2022, 9:17 a.m.