Binning2D: ** RESERVED FOR INTERNAL USE **

View source: R/Binning2D.R

Binning2DR Documentation

** RESERVED FOR INTERNAL USE **

Description

Binning2D

Usage

Binning2D(
  V,
  z = NULL,
  n = 100,
  k = 0,
  xlim = NULL,
  ylim = NULL,
  breaks = TRUE,
  safe = FALSE
)

Arguments

V

matrix with two columns (1st = x, 2nd = y).

z

Not yet implemented.

n

number of bins (1st = x, 2nd = y).

k

smoothing (1st = x, 2nd = y).

xlim

numeric range.

ylim

numeric range.

Value

When breaks = FALSE, Binning2D returns a matrix. Otherwise it returns a list with the following elements:

x

numeric vector

y

numeric vector

z

numeric matrix


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