Skip to contents

It produces a vector containing density values which encode the local densities at each point in a scatterplot.

Usage

densVals(x, y = NULL, nbin = 128, bandwidth)

Value

Vector with density level.

Details

It is based on function densCols from grDevices.