graphWHR: GraphWHR Function

Description Usage Arguments Author(s)

Description

The function graphWH takes information about the desired graph size (in inches or centemeters), the desired output resolution of 1x, 2x, 3x from a base of 96 dpi, and and (in the case of 3x) whether high (576 dpi) resolution should be used to determine the appropriate width, height, and res values to provide the AlteryxGraph device.

Usage

1
2
graphWHR(inches = c("True", "False"), in.w, in.h, cm.w = NULL,
  cm.h = NULL, resolution = c("1x", "2x", "3x"), print.high = FALSE)

Arguments

inches

A flag whether the to measure dimensions using inches (as opposed to centimeters).

in.w

The width of the plot to produce in inches.

in.h

The height of the plot to produce in inches.

cm.w

The width of the plot to produce in centimeters.

cm.h

The height of the plot to produce in centimeters.

resolution

The resolution of the plot to produce expressed as multiple of 96 ppi.

print.high

Whether to actually turn 3x into 6x (high, 576 ppi) resolution.

Author(s)

Dan Putler


alteryx/AlteryxPredictive documentation built on May 12, 2019, 1:37 a.m.