Description Arguments Value Methods Author(s) Examples
Function to test inheritance relationships between an object and
a class modelKS.
object |
Any |
TRUE if object is from class modelKS, and FALSE if not.
signature(object = "modelKS")Is an object from class modelKS?
Wilson Toussile
1 2 3 | data(exModelKS)
is.modelKS(exModelKS)
is.modelKS(1:7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.