norm_feat<- {SIAMCAT}R Documentation

Assign a new norm_feat object to x

Description

Assign a new norm_feat object to x

Usage

norm_feat(x) <- value

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

Arguments

x

an object of class siamcat-class

value

an norm_feat object

Value

none

Examples

data(siamcat_example)
norm_feat(siamcat_example) <- new("norm_feat",
    norm.feat=norm_feat(siamcat_example),
    norm.param=norm_params(siamcat_example))

[Package SIAMCAT version 1.2.1 Index]