getplot: Create A Line Interactive Plot of COVID-19 Variables by Date...

Description Usage Arguments Examples

View source: R/getplot.R

Description

This function aims to create a line plot to of COVID-19 variables by date and country. This function could be used to visualize the data resulted from daily_indicator or cumulative_indicator functions.

Usage

1
getplot(data_frame)

Arguments

data_frame

A data frame to be visualized.

Examples

1
2
3
4
## Not run: 
getplot(daily_deaths)

## End(Not run)

etc5523-2020/r-package-assessment-Dewi-Amaliah documentation built on Jan. 1, 2021, 1:10 a.m.