IsoKernel: create an isotropic kernel

Description Usage Arguments Value

View source: R/kernels.r

Description

create an isotropic kernel

Usage

1
IsoKernel(scale = 0.01, x = NULL, centroid = NULL)

Arguments

scale

scale factor

x

matrix or mesh to calculate the centroid from (overrides centroid)

centroid

centroid

Value

object of class matrixKernel require(Rvcg) data(humface) isokernel <- IsoKernel(humface,scale=0.01)


zarquon42b/RvtkStatismo documentation built on May 4, 2019, 9:09 p.m.