Description Usage Arguments Value Examples
matrixInLayer getter and setter functions for a matrix
| 1 | matrixInLayer(init = FALSE, rS, cS, initPos = FALSE, initScale = 100)
 | 
| init | boolean for whether we need to initialize values. | 
| rS | number of rows. | 
| cS | number of columns. | 
| initPos | boolean to indicate whether values need to be initialized as positive. | 
| initScale | scalar to truncate initialized values closer to zero. | 
environment with the functions setter and getter
| 1 | testFun <- matrixInLayer(TRUE,10,10,TRUE,10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.