hsmooth-methods {hexbin}R Documentation

Methods for Function hsmooth in Package hexbin

Description

Methods for the generic function hsmooth in package hexbin: There is currently only the one for hexbin objects.

Usage

## S4 method for signature 'hexbin':
hsmooth(bin, wts)

Arguments

bin a hexbin object, or an extension such as erodebin-class.
wts weights vector, see smooth.hexbin

Methods

bin = "hexbin"
see smooth.hexbin which is normal function (for back compatibility).

[Package hexbin version 1.1-4 Index]