Radar chart/Spider chart

Overview How to create a Radar chart? Adding more lines Examples Overview There is no dedicated chart type but with formulas and Cross sampling you can create one with Category Scatter chart. How to create a Radar chart? Prepare series – one of the methods would be to use  PercentRank(series1, series1) formulas: PercentRank() returns the … Continue reading “Radar chart/Spider chart”

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”