Description Usage Arguments Value Author(s) See Also Examples
Query or change the dimension names of a DemographicArray
object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## S4 method for signature 'DemographicAccount'
names(x)
## S4 method for signature 'DemographicArray'
names(x)
## S4 replacement method for signature 'DemographicArray'
names(x) <- value
## S4 method for signature 'MetaData'
names(x)
## S4 replacement method for signature 'MetaData'
names(x) <- value
|
x |
Object of class |
value |
Character vector. |
A character vector. The replacement method returns an object of
class DemographicArray
.
John Bryant demographic.packages@gmail.com
As described in dimtypes
, some dimensions must come
in pairs, and there are special rules governing the names of these
dimensions.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.