assign-pred_matrix: Assign a new matrix with predictions to a SIAMCAT object

pred_matrix<-R Documentation

Assign a new matrix with predictions to a SIAMCAT object

Description

Assign a new matrix with predictions to a SIAMCAT object

Usage

pred_matrix(x) <- value

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

Arguments

x

an object of class siamcat-class

value

a matrix containing predictions

Value

none

Examples

data(siamcat_example)
pred_matrix(siamcat_example) <- pred_matrix(siamcat_example)

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