is.Interpolation {fmbasics}R Documentation

Check Interpolation class

Description

These methods check whether an interpolation is of a particular scheme.

Usage

is.Interpolation(x)

is.ConstantInterpolation(x)

is.LogDFInterpolation(x)

is.LinearInterpolation(x)

is.CubicInterpolation(x)

Arguments

x

an object

Value

a logical flag

Examples

is.Interpolation(CubicInterpolation())
is.CubicInterpolation(CubicInterpolation())

[Package fmbasics version 0.3.0 Index]