saveDefPlot: Wrapper for ggsave() with high resolution defaults for...

Description Usage Arguments

View source: R/PlotsExplore.r

Description

Wrapper for ggsave() with high resolution defaults for suitable raster-based graphics.

Usage

1
2
saveDefPlot(filename = "plot.png", units = "in", height = 4, width = 6,
  dpi = 300)

Arguments

filename

what you want to call it (default: plot.png)

units

units of measure (default: inches)

height

height of plot in units above (default: 4 in)

width

width of plot in units above (default: 6 in)

dpi

resolution (default: 300 dpi)


wtcooper/vizrd documentation built on May 4, 2019, noon