Plot points as piecharts in R

R 05.04.2018

Visualising multi-dimensional data in two dimensional space is a common problem. When you plot a correlation between two variables using just points, you lose information stored in other variables. One of the solutions might be to replace points with small piecharts. Size of each piechart could also represent the sample size! This effect can be […]

Read more