79133069

Date: 2024-10-28 10:59:12
Score: 1
Natty:
Report link

I have found another way, much simpler employing library(ggExtra) for creating Marginal Histogram / Boxplot with simple commands:

ggMarginal(p1, type = "histogram", fill="transparent")
ggMarginal(p1, type = "boxplot", fill="transparent")
ggMarginal(p1, type = "density", fill="transparent")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: mschmidt