plotScatter: Show plot series as set of points

View source: R/plotseries.R

plotScatterR Documentation

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()'.


svkucheryavski/mdatools documentation built on Aug. 25, 2023, 12:27 p.m.