my_custom_cor: Custom correlation plots

my_custom_corR Documentation

Custom correlation plots

Description

Custom correlation plots

Usage

my_custom_cor(
  data,
  mapping,
  color = I("grey50"),
  sizeRange = c(1, 4),
  cor_method = "pearson",
  digits = 2L,
  ...
)

Arguments

data

A data frame

mapping

A mapping aesthetics.

color

A color.

sizeRange

A range of sizes.

cor_method

A correlation method.

Examples


my_custom_cor(data, aes(x = col_nm_1, y = col_nm_1))


qzhang503/proteoQ documentation built on March 16, 2024, 5:27 a.m.