View source: R/S3_methods_ccmpp_input_fert_rate_df.R
print.fert_rate_age_f | R Documentation |
fert_rate_age_f
This is a method for the generic base::print
function. Only
n
rows are printed for convenience. If all rows are desired use
as.data.frame(x)
or see the definition of argument n
.
## S3 method for class 'fert_rate_age_f' print( x, ..., n = min(6L, nrow(x)), digits = NULL, quote = FALSE, right = TRUE, row.names = FALSE, na.print = ".", print_what = c("info", "table") )
x |
object of class |
... |
optional arguments to |
n |
Integer controlling how many rows of |
digits |
the minimum number of significant digits to be used: see
|
quote |
logical, indicating whether or not entries should be printed with surrounding quotes. |
right |
logical, indicating whether or not strings should be right-aligned. The default is right-alignment. |
row.names |
logical (or character vector), indicating whether (or what) row names should be printed. |
na.print |
character string (or |
print_what |
What should be printed? |
As well as inheriting the behaviour of
print.ccmpp_input_df
, entries in the value
column corresponding to values of age_start
not in
non_zero_fert_ages(x)
are rendered as
“[zero]
”. At least some rows with non-zero fertility
rate ages will be shown if possible.
Mark Wheldon
print.demog_change_component_df print.ccmpp_input_df fert_rate_age_f
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.