Learn R Programming

ClustMMDD (version 1.0.3)

is.modelKS-methods: Is an object from class modelKS?

Description

Function to test inheritance relationships between an object and a class modelKS.

Arguments

object
Any R object.

Value

  • TRUE if object is from class modelKS, and FALSE if not.

Examples

Run this code
data(exModelKS)
is.modelKS(exModelKS)
is.modelKS(1:7)

Run the code above in your browser using DataLab