filt_feat<- | R Documentation |
x
Assign 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.