Description Usage Arguments Details Value Author(s) See Also
View source: R/matmult.syncsa.R
Internal function to get the matrix product when missing data (NA) is found in matrix Y.
1 | matmult.syncsa(X, Y)
|
X |
A matrix, typically the standardized community matrix (W). |
Y |
A matrix. |
The function ignore missing data when found in matrix Y. Before multiplication of matrices the missing data in Y are replaced by 0 and multiplication is performed, and then, an adjustment is performed. This adjustment is done by divide each cell of the product matrix by the sum of proportions of nonzero at X with complete data in Y. In SYNCSA context this adjustment is done by divide each cell of the product matrix by the sum of species proportion with trait data in Y. Important, the matrix X must be standardized, in other words, row totals must be equal to 1.
The matrix product.
Vanderlei Julio Debastiani <vanderleidebastiani@yahoo.com.br>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.