| print_methods | R Documentation |
S3 Methods for printing metabodecon objects as described in the Metabodecon Classes.
## 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, ...)
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 |
NULL, called for side effect of printing to the standard output device.
2024-2025 Tobias Schmidt: initial version.
print(sim[[1]])
print(sim[[1]], name = TRUE)
print(sim)
decon <- deconvolute(sim[[1]], sfr = c(3.55, 3.35))
print(decon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.