toString.prediction: prediction to string

View source: R/class_prediction.R

toString.predictionR Documentation

prediction to string

Description

Convert an object of class 'prediction' into a ready-to-write vector of string

Usage

## S3 method for class 'prediction'
toString(x, ...)

Arguments

x

prediction object, object to be converted.

...

Optional arguments.

Value

A string ready to be printed or written.

Examples

pred=prediction(X=twoPopulations[,1:3],spagFiles=c('P1.spag','P2.spag'))
toString(pred)

BaM-tools/RBaM documentation built on April 11, 2025, 10:01 p.m.