histo2d: 2D Histogram

Description Usage Arguments Value

Description

General 2D (weighted) histogram structure

Usage

1
2
3
histo2d(x, y = NULL, weight = NULL, breaks.x, breaks.y, na.rm = TRUE,
  main, xlab, ylab, show = TRUE, legend = TRUE, col = c("white",
  heat.colors(12)), ...)

Arguments

x:

list of entries

w:

list of weights

breaks:

bins edges

show:

plot the histo

main:

histo title

xlab,ylab:

axis titles

col
...:

other graphic options

Value

obj elements:

nentries

outlayers

counts

breaks

nbins

binw: bin width

errs: bin error

equidist

main,xlab,ylab

opts: arguments in ...

call


diluises/neutRino documentation built on May 15, 2019, 8:33 a.m.