is.medic | R Documentation |
Test if an object is a medic-object
is.medic(object)
object |
Any object. |
TRUE
is the object inherits from the medic
class and has the required
elements.
clust <- medic(complications, id = id, atc = atc, k = 3)
is.medic(clust)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.