matrix_na | R Documentation |
Create matrix with NA
matrix_na(nx, ny)
nx |
Length of row. |
ny |
Length of col. |
Matrix whose all elements are NA
matrix_na(3,2)
#((NA,NA),(NA,NA),(NA,NA))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.