Stories Behind the Codes
How has Brazilian livestock productivity changed over time?
See how production has become more intensive over the years.
What is the relationship between cattle herd and GDP per capita?
See how the evolution of cattle herd over the years is associated with the evolution of GDP per capita for each municipality in the Legal Amazon.
Municipalities with the highest Social Progress Index
Explore in detail in the interactive map the index elaborated by IMAZON regarding all municipalities in the Legal Amazon.
The Data Zoom Amazônia project was developed by the Department of Economics at PUC-Rio with the aim of providing free access to databases on the Legal Amazon. Data Zoom Amazônia aims to facilitate and speed up academic research on the region with the creation of the package datazoom.amazonia
on R
. Through an approach focused on simplicity and organization, users will not need to dedicate their time to database preparation.
INSTALLATION ON R
You can install the released version of CRAN‘s datazoom.amazonia by typing directly into your R console:
install.packages("datazoom.amazonia")
Alternatively, you can install the development version from GitHub. You need to install the devtools package and then run in the console to R:
devtools::install_github("datazoompuc/datazoom.amazonia")