View source: R/doubledeepms__ggpairs_binhex.R
doubledeepms__ggpairs_binhex | R Documentation |
GGpairs plot for all variables in input data table with correlation in upper triangle and 2d binned hexagons in lower triangle.
doubledeepms__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"))
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 |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.