plot_pairwise_scatterplot: Plot pairwise scatterplots

Description Usage Arguments Value

View source: R/pairwise_scatterplot.R

Description

Plot pairwise scatterplots

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
plot_pairwise_scatterplot(
  data,
  x = colnames(data %>% select_if(is.numeric)),
  y = x,
  combination_groups = c(),
  axis_annotations = NULL,
  color = NULL,
  shape = NULL,
  alpha = 1,
  point_size = 0.5,
  facet_rows = c(),
  facet_columns = c(),
  facet_type = "grid",
  ...
)

Arguments

data

Data frame to plot

x

Columns to use for x-axis

y

Columns to use for y-axis

color

Column for color

shape

Column for shape

alpha

Numeric value between 0 and 1 for alpha

facet_rows

Columns to facet on

facet_columns

Columns to facet on

facet_type

Either "wrap" or "grid", same as ggplot

...

params passed into either facet_wrap or facet_grid, depending on facet_type parameter

Value

ggplot object


keshavmot2/ggexp documentation built on Feb. 6, 2021, 1:38 a.m.