Learn R Programming

metabodecon (version 1.6.2)

print_methods: S3 Methods for Printing Metabodecon Objects

Description

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

Usage

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

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

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

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

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

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

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

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

Value

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

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().

Author

2024-2025 Tobias Schmidt: initial version.

Examples

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

Run the code above in your browser using DataLab