| filt_feat<- {SIAMCAT} | R Documentation |
xAssign a new filt_feat object to x
filt_feat(x) <- value ## S4 replacement method for signature 'siamcat,list' filt_feat(x) <- value
x |
an object of class siamcat-class |
value |
an filt_feat object |
none
data(siamcat_example)
filt_feat(siamcat_example) <- list(
filt.feat=filt_feat(siamcat_example),
filt.param=filt_params(siamcat_example))