statistikZH / statR

ZH-color-scheme & theme_stat template for ggplot2.
https://statistikzh.github.io/statR/
GNU General Public License v3.0
15 stars 1 forks source link

Einfügen von Plots in Excel Tabellen funkioniert nicht #47

Closed alexandrawu closed 1 year ago

alexandrawu commented 1 year ago
Error in datasetsXLSX(file = "twoDatasetsandFigure", maintitle = "Autos und Pflanzen",  : 
  unused arguments (widths = c(0, 0, 5), heights = c(0, 0, 5), startrows = c(0, 0, 3), startcols = c(0, 0, 3))

https://statistikzh.github.io/statR/articles/Excel-Tabellen.html Beispielcode für Excel Tabellen mit Grafiken funktioniert nicht.

Thomas-Caspar-Fischer commented 1 year ago

Problem war, dass im Beispielscode ein base histogram Objekt eingefügt wurde. Die Logik dafür war aber noch nicht implementiert. In der kommenden Version wird das Problem behoben.