Description Author(s) Examples
Allows a slot to be either a list or a NULL.
Dario Strbenac
1 2 | setClass("EasyClassifier", representation(model = "listOrNULL"))
classifier <- new("EasyClassifier", model = NULL) # Optimistic classifier.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.