Learn R Programming

mdatools (version 0.14.1)

plotScatter: Show plot series as set of points

Description

Show plot series as set of points

Usage

plotScatter(
  ps,
  pch = 16,
  col = ps$col,
  bg = "white",
  lwd = 1,
  cex = 1,
  col.excluded = "lightgray",
  pch.colinv = FALSE,
  show.excluded = FALSE,
  ...
)

Arguments

ps

`plotseries` object

pch

size of point markers

col

color of the points

bg

background color of the points if `pch=21:25`

lwd

line width for the error bars

cex

scale factor for the marker

col.excluded

color for excluded values (if must be shown)

pch.colinv

logical, should `col` and `bg` be switched if `pch=21:25` and `cgroup` is used to create colors.

show.excluded

logical, show or not the excluded data points

...

other arguments for function `points()`.