plotDimReductElbow: Plot correlations between adjacent two principle components....

View source: R/Utility.R

plotDimReductElbowR Documentation

Plot correlations between adjacent two principle components. Refer: SnapATAC plotDimReductElbow

Description

Plot correlations between adjacent two principle components. Refer: SnapATAC plotDimReductElbow

Usage

plotDimReductElbow(
  sdev,
  outpdf = NULL,
  point_size = 1.5,
  point_shape = 19,
  point_color = "red",
  point_alpha = 1,
  height = 7,
  width = 7,
  ...
)

Arguments

sdev

numeric vector, standard deviation for PCs.

outpdf

string, output of pdf file, default is NULL.

point_size

double, default 1.5

point_shape

integer, default 19

point_color

string, default "red"

point_alpha

double, default 1

height

double, height of pdf, default 7

width,

double, width of pdf, default 7

...

parameters, used for plot.

Value

None


beyondpie/smmtools documentation built on July 1, 2022, 4:33 a.m.