ssc | R Documentation |
Please see details in: U.J. Wünsch, R. Bro, C.A. Stedmon, P. Wenig, K.R. Murphy, Emerging patterns in the global distribution of dissolved matter fluorescence, Anal. Methods, 11 (2019), pp. 888-893
ssc(mat1, mat2, tcc = FALSE)
mat1 |
matrix |
mat2 |
matrix |
tcc |
if set TRUE, TCC is returned instead |
table containing pairwise SCC of matrices columns
pf_models <- pf3
mat1 <- pf_models[[1]][[2]]
mat2 <- pf_models[[2]][[2]]
## calculate SSC
ssc(mat1,mat2)
## calculate TCC
ssc(mat1,mat2, tcc = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.