Description Usage Arguments Details Value Examples
This function returns the scaled matrix or vector Y
by a value x
.This function works only if Y
is matrix or vector and x
is a numeric value.
1 | tscale(x,y)
|
x |
A numeric value. |
y |
A numeric matrix or a numeric vector. |
If the given argument x
is not a numeric value or argument Y
is not a numeric matrix or a numeric vector then this function generates an error.
Returns the scaled Y
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.