Save besthr plot to file
save_besthr.RdSaves a besthr visualization to a file with sensible publication defaults. Supports PNG, PDF, SVG, and TIFF formats.
Arguments
- hrest
An hrest object from
estimate- filename
Output filename. Format is detected from extension.
- type
Plot type: "default" (two-panel) or "raincloud"
- width
Plot width in inches (default 8)
- height
Plot height in inches (default 6)
- dpi
Resolution in dots per inch (default 300)
- ...
Additional arguments passed to the plot function (e.g., theme, colors)