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