customSmearPlot: Custom smear plot

View source: R/plotMethods.R

customSmearPlotR Documentation

Custom smear plot

Description

Custom smear plot

Usage

customSmearPlot(
  tbl,
  main,
  xlab,
  ylab,
  pch = 19,
  cex = 0.2,
  smearWidth = 0.5,
  panel.first = grid(),
  smooth.scatter = FALSE,
  lowess = FALSE,
  ...
)

Arguments

tbl

A data.frame

main

Character string, title of the plot

xlab

Character string, xlab

ylab

Character string, ylab

pch

Point symbol

cex

Font size

smearWidth

Smear with

panel.first

Passed to maPlot.

smooth.scatter

Passed to maPlot.

lowess

Passed to maPlot.

...

Passed to maPlot.


bedapub/ribiosNGS documentation built on Feb. 10, 2025, 12:34 a.m.