Save a timetree plot to file
Usage
save_timetree(p, file, width = 14, height = 10, dpi = 300, overwrite = "ask")
Arguments
- p
ggplot object
- file
Output file path
- width
Width in inches
- height
Height in inches
- dpi
Resolution (for PNG/TIFF only)
- overwrite
Character. Overwrite mode: "ask" (default), "force", "no-clobber".
Value
Invisibly returns the ggplot object