Description Usage Arguments Examples
Given a dimnames, returns column and row names for index cells
1 | crnames(dnames,idx)
|
dnames |
object |
idx |
index (or logical condition on the original object) |
1 2 3 4 | require(GenABEL.data)
data(ge03d2ex)
a <- as.numeric(ge03d2ex[1:20,1:3])
crnames(dimnames(a),a==1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.