powered by
Checks whether the given object is an instance of the inaparc class.
inaparc
is.inaparc(x)
an object to check.
TRUE if x is a valid inaparc object and FALSE for the other type of object classes.
TRUE
x
FALSE
crsamp, inofrep, inscsf, insdev, kkz, kmpp, ksegments, ksteps, lastk, lhsrandom, lhsmaximin, mscseek, rsamp, rsegment, scseek, scseek2, ssamp, topbottom, uniquek, ursamp
crsamp
inofrep
inscsf
insdev
kkz
kmpp
ksegments
ksteps
lastk
lhsrandom
lhsmaximin
mscseek
rsamp
rsegment
scseek
scseek2
ssamp
topbottom
uniquek
ursamp
# NOT RUN { data(iris) res <- firstk(x=iris[,1:4], k=5) is.inaparc(res) x <- c(1,5,8) is.inaparc(x) # }
Run the code above in your browser using DataLab