Piechart with mschart (r package)

157 Views Asked by At

With the package mschart, it is possible to create several kinds of charts, according to the official documentation

  • ms_areachart()
  • ms_barchart()
  • ms_linechart()
  • ms_scatterchart()

However, piechart is not one of them. Is it possible to modify of them to obtain a piechart?

0

There are 0 best solutions below