plotLength: plot fragment length profile

View source: R/plotLength.R

plotLengthR Documentation

plot fragment length profile

Description

plot fragment length profile

Usage

plotLength(
  x,
  plot_type = c("Fraction"),
  xlim = c(30, 500),
  ylim,
  x_breaks,
  x_labels,
  vline,
  add_vline = TRUE,
  line_color = "grey1",
  line_size = 0.6,
  line_alpha = 0.8,
  vline_color = "grey",
  vline_type = "dashed",
  vline_size = 0.7,
  area_highlight = NULL,
  ...
)

Arguments

x
plot_type
xlim
ylim
x_breaks
x_labels
vline
add_vline
line_color
line_size
line_alpha
vline_color
vline_type
vline_size
area_highlight
...

Value

ggplot2 object


hw538/cfDNAPro documentation built on April 21, 2024, 2:21 a.m.