draw_a_name: draw_name: plot the number of number babies with a specified...

Description Usage Arguments Value Examples

View source: R/draw_name.R

Description

draw_name: plot the number of number babies with a specified name and gender in France from 1900 to 2015

Usage

1
draw_a_name(the_name, the_sex)

Arguments

the_name

the specified name

the_sex

the specified gender

Value

a line graph plotting the number of babies against year born in a specific year

Examples

1
2
3
4
## Not run: 
draw_a_name("Diane","F")

## End(Not run)

ruoyzhang/RProgrammingAssignment documentation built on May 29, 2019, 9:10 a.m.