Learn R Programming

ClustMMDD (version 1.0.4)

==-methods: Methods for Function ==

Description

Check if two objects of class modelKS are equal.

Arguments

Methods

signature(e1 = "modelKS", e2 = "modelKS")

See Also

slotNames, new, methods, show

Examples

Run this code
showClass("modelKS")
slotNames("modelKS")
data(exModelKS)
exModelKS
exModelKS == exModelKS

Run the code above in your browser using DataLab