It lets R users to create Microsoft Office charts from data, and then add title, legends, and annotations to the chart object.

The graph produced is a Microsoft graph, which means that it can be edited in your Microsoft software and that the underlying data are available.

The package will not allow you to make the same charts as with ggplot2. It allows only a subset of the charts possible with 'Office Chart'. The package is often used to industrialize graphs that are then consumed and annotated by non-R users.

The following charts are the only available from all possible MS charts:

These functions are creating a 'chart' object, it can be customized;

You can add a chart into a slide in PowerPoint with function ph_with.ms_chart().

You can add a chart into a Word document with function body_add_chart().

Author

Maintainer: David Gohel david.gohel@ardata.fr

Other contributors:

  • ArData [copyright holder]

  • YouGov [funder]

  • Rokas Klydzia (custom labels) [contributor]

  • David Camposeco david.camposeco.paulsen@gmail.com (chart_data_smooth function) [contributor]

  • Dan Joplin (fix scatter plot data structure) [contributor]