g_sex: Distribution by sex of COVID19 positives in the Dominican...

Description Usage Arguments Value Examples

View source: R/g_sex.R

Description

This function graphs the distribution according to the sex of the positives.

Usage

1
g_sex(saveplot = FALSE, savepng = FALSE)

Arguments

saveplot

Logical. Should save the ggplot objet to the .GlobalEnv? Default FALSE.

savepng

Logical. Should save a png version of the plot? Default FALSE.

Value

Graph of the distribution according to sex of the positives and saves a copy in png format to the computer at the address defined in setwd().

Examples

1
2
g_sex()
g_sex(saveplot = FALSE, savepng = TRUE)

fidelmorla/drcovidplots documentation built on July 14, 2020, 4:02 p.m.