print_methods: S3 Methods for Printing Metabodecon Objects

print_methodsR Documentation

Description

S3 Methods for printing metabodecon objects as described in the Metabodecon Classes.

Usage

## S3 method for class 'spectrum'
print(x, name = FALSE, ...)

## S3 method for class 'decon1'
print(x, name = FALSE, ...)

## S3 method for class 'decon2'
print(x, name = FALSE, ...)

## S3 method for class 'align'
print(x, name = FALSE, ...)

## S3 method for class 'spectra'
print(x, ...)

## S3 method for class 'decons1'
print(x, ...)

## S3 method for class 'decons2'
print(x, ...)

## S3 method for class 'aligns'
print(x, ...)

Arguments

x

The object to print.

name

Logical. If TRUE, the name of the object is printed before the object.

...

Not used. Only accepted to comply with generic base::print().

Value

NULL, called for side effect of printing to the standard output device.

Author(s)

2024-2025 Tobias Schmidt: initial version.

Examples

print(sim[[1]])
print(sim[[1]], name = TRUE)
print(sim)
decon <- deconvolute(sim[[1]], sfr = c(3.55, 3.35))
print(decon)

metabodecon documentation built on Nov. 5, 2025, 7:12 p.m.