array.fromNames | R Documentation |
Create an N-dimensional array from N vectors defining the row-, column, etc names of the array.
array.fromNames(
rowname_vec = 1:3,
colname_vec = letters[1:2],
z_name_vec = LETTERS[4:6],
fill = NA
)
rowname_vec |
A vector of names for rows, Default: |
colname_vec |
A vector of names for columns, Default: |
z_name_vec |
A vector of names for Z dimension, Default: |
fill |
The value to fill the new vector, Default: NA |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.