graphCompleteTimeSeries: Generate a graph showing a time series about the evolution of...

View source: R/graphCompleteTimeSeries.R

graphCompleteTimeSeriesR Documentation

Generate a graph showing a time series about the evolution of account values for selected countries

Description

Generate a graph showing a time series about the evolution of account values for selected countries

Usage

graphCompleteTimeSeries(.data, selected_country = "Brasil", text_max = FALSE)

Arguments

.data

tibble data about the evolution of account values for selected countries

text_max

logical displays the names of the top countries

selected_coutry

vector name of a coutry to be highlighted

Value

time series graph.

Examples

dataCompleteTimeSeries(account="Despesa") %>% graphCompleteTimeSeries(selected_country="Brasil", text_max = FALSE )

tchiluanda/Rgfs documentation built on Feb. 7, 2023, 2:54 p.m.