Description Usage Arguments Value See Also Examples
B and C modes (emission and excitation wavelengths) are rescaled to RMS of value newscale. This is compensated in A mode (sample loadings).
1 | eempf_rescaleBC(pfmodel, newscale = "Fmax")
|
pfmodel |
object of class parafac |
newscale |
If (default) newscale = "Fmax", each component will be scaled so the maximum of each component is 1. It is also possible to set a desired root mean-square for each column of the rescaled mode. Can input a scalar or a vector with length equal to the number of factors for the given mode. |
object of class parafac
1 2 3 | data(pf_models)
new_pf <- eempf_rescaleBC(pf4[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.