is.inaparc: Checking the object class for 'inaparc'

View source: R/inaparc.R

is.inaparcR Documentation

Checking the object class for ‘inaparc’

Description

Checks whether the given object is an instance of the inaparc class.

Usage

is.inaparc(x)

Arguments

x

an object to check.

Value

TRUE if x is a valid inaparc object and FALSE for the other type of object classes.

Author(s)

Zeynel Cebeci, Cagatay Cebeci

See Also

crsamp, inofrep, inscsf, insdev, kkz, kmpp, ksegments, ksteps, lastk, lhsrandom, lhsmaximin, mscseek, rsamp, rsegment, scseek, scseek2, ssamp, topbottom, uniquek, ursamp

Examples

data(iris)
res <- firstk(x=iris[,1:4], k=5)
is.inaparc(res)

x <- c(1,5,8)
is.inaparc(x)

inaparc documentation built on June 16, 2022, 5:09 p.m.