assign-eval_data: Assign a new list with evaluation data to a SIAMCAT object

eval_data<-R Documentation

Assign a new list with evaluation data to a SIAMCAT object

Description

Assign a new list with evaluation data to a SIAMCAT object

Usage

eval_data(x) <- value

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

Arguments

x

an object of class siamcat-class

value

a list of evaluation data

Value

none

Examples

data(siamcat_example)
eval_data(siamcat_example) <- eval_data(siamcat_example)

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