ScatterMaps: Empirical distributions as scatter plots

View source: R/ScatterMaps.R

ScatterMapsR Documentation

Empirical distributions as scatter plots

Description

Empirical distributions as scatter plots

Usage

ScatterMaps(
  M,
  rng = NULL,
  meandiff = FALSE,
  safe = FALSE,
  x = NULL,
  y = NULL,
  f = NULL,
  xlab = NULL,
  ylab = NULL,
  maps = NULL,
  pops = NULL,
  layers = c("pops", "maps"),
  colors = NULL,
  main = NULL,
  ...
)

Arguments

M

numeric matrix.

rng

numeric range.

meandiff

not yet implemented.

safe

logical.

x

matrix column(s).

y

matrix column(s).

f

combining function.

xlab

horizontal axis label.

ylab

vertical axis label.

maps

list.

pops

sub-populations.

layers

either 'pops' or 'maps'

colors

work in progress...

main

title.

...

optional parameters (see the Barbouille function).

See Also

SideBySide


benja0x40/Barbouille documentation built on March 26, 2023, 11:38 p.m.