Solução para o terceiro desafio lançado no blog da Curso-R.
O desafio pode ser acessado aqui.
Resolução fez uso dos seguintes pacotes:
ggplot2
para elaboração da base do plot,
cowplot
para adição do background proposto
e exportação do plot para arquivo png,
dados
para carregamento da base de dados,
e dplyr
para filtragem da base de dados.
This is the solution to the challenge proposed in Curso-R's blog, the challenge can be accessed with the instructions in Brazilian Portuguese from here.
The challenge solution made use of the following packages:
ggplot2
to create the base plot,
cowplot
to add the background
and export the plot to a png file,
dados
for the data,
and dplyr
to filter the dataset.