filt_feat<- {SIAMCAT}R Documentation

Assign a new filt_feat object to x

Description

Assign a new filt_feat object to x

Usage

filt_feat(x) <- value

## S4 replacement method for signature 'siamcat,list'
filt_feat(x) <- value

Arguments

x

an object of class siamcat-class

value

an filt_feat object

Value

none

Examples

data(siamcat_example)
filt_feat(siamcat_example) <- list(
    filt.feat=filt_feat(siamcat_example),
    filt.param=filt_params(siamcat_example))

[Package SIAMCAT version 1.12.0 Index]