Description Usage Arguments Details Value Examples
This function copies the first vector in second one. This fucntion will work only if both vectors are of same length.
1 | copyVector(x,y)
|
x |
Vector to be copied. |
y |
Target vector. |
If the length of source and target vectors are not same it generates an error.
Returns y
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.