Description Usage Arguments See Also Examples
Retrieve or set the dimnames of a data list object.
1 2 3 4 |
x |
A |
value |
A list with each element containing a character vector with the names of the dimensions of the data list, |
dimnames
for the default method and dim.data.list
to retrieve and set the dimensions of a data list.
1 2 3 4 5 6 7 8 9 | data(fake.community)
fake.community
dimnames(fake.community)
dimnames(fake.community)[[1]] <- letters[1:6]
dimnames(fake.community)
dimnames(fake.community) <- list(
letters[7:12], letters[13:15], letters[16:18])
dimnames(fake.community)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.