. | R Documentation |
This function creates a index slot label specification. Any R symbol
can serve as a label. .()
is typically used in conjunction with
%_%.
.(...)
... |
Index labels separated by commas optionally prefixed by "+" and "-" to indicate the index position (upper and lower respectively). If no prefix is provided, a lower index ("-") is assumed. This argument uses non-standard evaluation: any R symbol that is not a reserved keyword can be used. |
A named list of two character vectors representing the index label names and index position.
# three lower index slots
.(i, j, k)
# one lower and upper index
.(i, +j)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.