Checking the object class for ‘inaparc’
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
data(iris) res <- firstk(x=iris[,1:4], k=5) is.inaparc(res) x <- c(1,5,8) is.inaparc(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.