is.inaparc | R Documentation |
Checks whether the given object is an instance of the inaparc
class.
is.inaparc(x)
x |
an object to check. |
TRUE
if x
is a valid inaparc
object and FALSE
for the other type of object classes.
Zeynel Cebeci, Cagatay Cebeci
crsamp
,
inofrep
,
inscsf
,
insdev
,
kkz
,
kmpp
,
ksegments
,
ksteps
,
lastk
,
lhsrandom
,
lhsmaximin
,
mscseek
,
rsamp
,
rsegment
,
scseek
,
scseek2
,
ssamp
,
topbottom
,
uniquek
,
ursamp
data(iris) res <- firstk(x=iris[,1:4], k=5) is.inaparc(res) x <- c(1,5,8) is.inaparc(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.