scatter.twogroups: scatter.twogroups

View source: R/muScatter.R

scatter.twogroupsR Documentation

scatter.twogroups

Description

density scatterplot with highlighting the points of a certain group in a different color

Usage

scatter.twogroups(
  x,
  y,
  is.g,
  cols.all = blues9[-(1:3)],
  cols.g = c("coral", "darkred"),
  ...
)

Arguments

x

x coordinates

y

y coordinates

is.g

logical vector indicating whether a point is in the highlighted group

cols.all

colorscheme for all points

cols.g

colorscheme for the points in the highlighted group

...

more plotting parameters

Value

Nothing particularly interesting


demuellae/muRtools documentation built on Sept. 8, 2023, 4:32 p.m.