Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

is.inaparc

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

Examples

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

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

inaparc

Initialization Algorithms for Partitioning Cluster Analysis

v1.1.0
GPL (>= 2)
Authors
Zeynel Cebeci [aut, cre], Cagatay Cebeci [aut]
Initial release
2020-02-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.