Description Usage Arguments Examples
Create a copy of given data and possibly change some attributes of the new instance.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
m |
A matrix to be copied |
data |
New data to be stored in the new copy |
nrow |
The new number of rows of the copied matrix |
ncol |
The new number of columns of the copied matrix |
byrow |
Whehter the data of the copied matrix has to be assigned by row first |
dimnames |
THe dimension names of the new copy |
a |
An array to be copied |
dim |
The dimensions of the new copied array |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.