rdimnames {reshape} | R Documentation |
Dimension names
Description
These methods provide easy access to the special dimension names
Usage
rdimnames(x)
Arguments
x |
Details
Reshape stores dimension names in a slightly different format to base R, to allow for (e.g.) multiple levels of column header. These accessor functions allow you to get and set them.
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]