Save a flametree image
flametree_save(plot, filename, pixels = 5000, ...)
plot | The ggplot object to save |
---|---|
filename | The path to file to be saved |
pixels | The height and width of the image in pixels |
... | Other arguments passed to ggsave |
This function is just a wrapper to ggsave. It's not strictly necessary but I find it convenient to override the default image size.