model_list {SIAMCAT} | R Documentation |
Retrieve model_list-class from object.
model_list(siamcat, verbose=1) ## S4 method for signature 'ANY' model_list(siamcat, verbose = 1) ## S4 method for signature 'model_list' model_list(siamcat) ## S4 method for signature 'model_list' models(siamcat, verbose = 1) ## S4 method for signature 'model_list' model_type(siamcat, verbose = 1) ## S4 method for signature 'model_list' feature_type(siamcat, verbose = 1)
siamcat |
(Required). An instance of siamcat-class that contains a model_list or instance of model_list-class. |
verbose |
If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message) |
The model_list-class object or NULL.
data(siamcat_example) model_list(siamcat_example)