is.smoothed: is.smoothed - Tests for smoothed distance functions

View source: R/is.smoothed.R

is.smoothedR Documentation

is.smoothed - Tests for smoothed distance functions

Description

Determines whether a distance function is a non-parametric smooth or classic parameterized function.

Usage

is.smoothed(object)

Arguments

object

An Rdistance model frame or fitted distance function, normally produced by a call to dfuncEstim.

Value

TRUE if the model frame or fitted distance function arises from a non-parametric density smoother. FALSE if the model frame or distance function is a parameterized function.


tmcd82070/Rdistance documentation built on April 13, 2025, 1:38 p.m.