powered by
These methods check whether an interpolation is of a particular scheme.
is.Interpolation(x)is.ConstantInterpolation(x)is.LogDFInterpolation(x)is.LinearInterpolation(x)is.CubicInterpolation(x)
is.ConstantInterpolation(x)
is.LogDFInterpolation(x)
is.LinearInterpolation(x)
is.CubicInterpolation(x)
an object
a logical flag
# NOT RUN { is.Interpolation(CubicInterpolation()) is.CubicInterpolation(CubicInterpolation()) # }
Run the code above in your browser using DataLab