Radar chart

Macrobond R API is available for users with Data+ and Legacy license (the latter without searching and revision history functions). Examples were tested on Macrobond version 1.27, Macrobond API for R version 1.2-8 and R 4.3.0. See two methods of constructing radar charts – with ggplot2 + ggradar and fsmb. Examples are presented on Innovation Input … Continue reading “Radar chart”

Ridgeline

Macrobond R API is available for users with Data+ and Legacy license (the latter without searching and revision history functions). Examples were tested on Macrobond version 1.27, Macrobond API for R version 1.2-8 and R 4.3.0. See below how to construct ridgeline chart with packages ggplot2 + ggridge. Example is presented on Australia’s temperature data from … Continue reading “Ridgeline”

Streamchart (uneven data)

Macrobond R API is available for users with Data+ and Legacy license (the latter without searching and revision history functions). Examples were tested on Macrobond version 1.27, Macrobond API for R version 1.2-8 and R 4.3.0. See below how to construct streamchart with packages ggplot2 + ggstream. Example is presented on China’s electricity generation data … Continue reading “Streamchart (uneven data)”

Charts with R

Macrobond R API is available for users with Data+ and Legacy license (the latter without searching and revision history functions).

Outside of Macrobond

Some types of charts  aren’t (yet) available in Macrobond. You can use R or Python to construct them. See below examples how to download, prepare, and chart data from our database.

Treemap

Macrobond R API is available for users with Data+ and Legacy license (the latter without searching and revision history functions). Examples were tested on Macrobond version 1.27, Macrobond API for R version 1.2-8 and R 4.3.0. See two methods of constructing treemaps – with packages treemap and ggplot2 + treemapify. Examples are presented on Germany’s … Continue reading “Treemap”

Report

Report is automatically generated output from some analyses – it includes relevant statistics and information. Below an example of Report from Histogram: In some cases, like in the Seasonal adjustment Census X-13 analysis, the report will also contain information about error. As mentioned above, Report output is available only in some analyses, and these are: … Continue reading “Report”

Matrix

Matrix is a type of table with numbers arranged in rows and columns. This type of presentation allows to see values or property of it. As it is visible in above screenshot, Matrix gives you possibility to highlight values according to specified conditions. It is possible to set two conditions in total. It’s worth to … Continue reading “Matrix”