ds.save: Save a ds.plot in a commonly useful png format.

Description Usage Arguments

Description

This is just a basic wrapper around ggplot's ggsave but the default settings make it perfect for fitting into a single column of the ACM/EDM paper format.

Usage

1
ds.save(plot, name, width = 3.3, height = 2.08, dpi = 300)

Arguments

plot

The plot data

name

The desired filename

width

The width in inches (defaults to 3, which is recommended width for AcM/EDM format)

height

The height in inches (which I default to 2.5)

dpi

The dpi to output at (defaults to 300)


eharpste/ds.plot documentation built on June 5, 2019, 8:32 a.m.