scaleMatrix {BayesianTools} | R Documentation |
Function to scale matrices
Description
Function to scale matrices
Usage
scaleMatrix(mat, min, max)
Arguments
mat |
matrix to scale |
min |
minimum value |
max |
maximum value |
Value
sclaed matrix
[Package BayesianTools version 0.1.8 Index]