col_row_names | R Documentation |
demog_change_component_df
Changing row or columns names of demog_change_component_df
s
may result in invalid members of the class. Therefore, the changed
object will no longer inherit from class
demog_change_component_df
(or subclasses) and the attributes
specific to those classes will be lost.
row.names(x) <- value ## Default S3 replacement method: row.names(x) <- value ## S3 replacement method for class 'demog_change_component_df' row.names(x) <- value rownames(x) <- value ## Default S3 replacement method: rownames(x) <- value ## S3 replacement method for class 'demog_change_component_df' rownames(x) <- value colnames(x) <- value ## Default S3 replacement method: colnames(x) <- value ## S3 replacement method for class 'demog_change_component_df' colnames(x) <- value dimnames(x) <- value ## Default S3 replacement method: dimnames(x) <- value ## S3 replacement method for class 'demog_change_component_df' dimnames(x) <- value
x |
a matrix-like R object, with at least two dimensions for
|
value |
a valid value for that component of
|
A data.frame
,
one-dimensional vector, or scalar depending on the dimensions
of the extracted values.
Mark Wheldon
demog_change_component_df
for class
definitions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.