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