Description Usage Arguments Details Value Slots Author(s) Examples
Class MCR
contains methods for 'Multivariate Curve
Resolution by Alternate Least Squares'
opaMCR is a MCR-ALS function using the Orthogonal Projection Approach from
1 | opaMCR(dataObject, opaComps, maxiter = 10)
|
dataObject |
object of class MassImage |
opaComps |
numeric number of components for the opa method |
maxiter |
numeric how many iterations |
Class MCR
contains methods for 'Multivariate Curve
Resolution by Alternate Least Squares'
opaMCR uses the function alsace::opa()
(Orthogonal Projection Approach,
Bioconductor package 'alsace') for start estimates of pure spectras and
ALS::als()
(CRAN package 'ALS') as MCR-ALS implementation. This method is doing
fine with images up to 256x256 pixels. For larger images, memory usage
becomes unreasonably high.
object of class MCR
RSS
numeric residual sum of squares
resids
matrix with residuals
iters
numeric number of iterations
Lorenz Gerber <lorenz.gerber@slu.se>
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.