tardbpdms__ggpairs_binhex: tardbpdms__ggpairs_binhex

Description Usage Arguments Value

View source: R/tardbpdms__ggpairs_binhex.R

Description

GGpairs plot for all variables in input data table with correlation in upper triangle and 2d binned hexagons in lower triangle.

Usage

1
2
3
4
tardbpdms__ggpairs_binhex(input_dt, output_file, input_dt_upper = NULL,
  width = 12, height = 12, bins = 50, xlab = "x", ylab = "y",
  title = "", label_size = 4, plot_colours = c("lightgrey", "black"),
  colour_limits = NA)

Arguments

input_dt

input data table (required)

output_file

plot output path (required)

width

plot width (default: 12)

height

plot height (default: 12)

bins

number of hexagon bins (default: 50)

xlab

the title of the x-axis

ylab

the title of the y-axis

title

the plot title

label_size

the size of the label text

plot_colours

the lower and upper gradient limit colours

colour_limits

the colour gradient limits

Value

Nothing


lehner-lab/tardbpdms documentation built on July 19, 2019, 7:24 p.m.