.make_index_names | R Documentation |
Scalar parameters are named "name"
.
Vector parameters are named "name[i]"
.
Matrix parameters are named "name[i,j]"
.
.make_index_names(name, m = NULL, n = NULL, dim = 1)
name |
Parameter name |
m , n |
Dimensions of parameter (m=nrow, n=ncol) |
dim |
Dimensionality of parameter (0=scalar, 1=vector, 2=matrix) |
List of names for parameter values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.