Skip to contents

Graphique des naissances et des avortements en Russie jusqu'en 2017.

Usage

oc_russie_graph_naissances(theme = ggplot2::theme_minimal())

oc_russie_graph_avortements(theme = ggplot2::theme_minimal())

oc_russie_graph_naissance_et_avortements(theme = ggplot2::theme_minimal())

Arguments

theme

A ggplot2 theme

Value

A ggplot2 graph

Examples

oc_russie_graph_naissances()

oc_russie_graph_avortements()
#> Warning: All aesthetics have length 1, but the data has 18 rows.
#>  Please consider using `annotate()` or provide this layer with data containing
#>   a single row.

if (FALSE) { # interactive()
# Not run: needs patchwork to assemble the plot and only
# works if the package is loaded
oc_russie_graph_naissance_et_avortements()
}