View source: R/S3_methods_demog_change_component_df.R
rbind.demog_change_component_df | R Documentation |
demog_change_component_df
objectsThis is an S3 method for base::rbind
for objects that
inherit from demog_change_component_df
. The special classes
are dropped. If called interactively a warning to this effect is
issued.
## S3 method for class 'demog_change_component_df' rbind( ..., deparse.level = 1, make.row.names = TRUE, stringsAsFactors = default.stringsAsFactors(), factor.exclude = TRUE )
... |
(generalized) vectors or matrices. These can be given as named
arguments. Other R objects may be coerced as appropriate, or S4
methods may be used: see sections ‘Details’ and
‘Value’. (For the |
deparse.level |
integer controlling the construction of labels in
the case of non-matrix-like arguments (for the default method): |
make.row.names |
(only for data frame method:) logical
indicating if unique and valid |
stringsAsFactors |
logical, passed to |
factor.exclude |
if the data frames contain factors, the default
|
A data frame.
Mark Wheldon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.