assign-filt_feat: Assign a new filt_feat object to 'x'

filt_feat<-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))

zellerlab/siamcat documentation built on Feb. 1, 2024, 2:21 a.m.