ggexstra_ecdf: Create a ggplot2 ecdf plot from an exstra_score object

View source: R/ggplot.exstra_score.R

ggexstra_ecdfR Documentation

Create a ggplot2 ecdf plot from an exstra_score object

Description

Create a ggplot2 ecdf plot from an exstra_score object

Usage

ggexstra_ecdf(x, mapping = aes(x = rep, colour = sample), ...)

Arguments

x

exstra_score object

mapping

Default list of aesthetic mappings to use for plot.

...

Additional arguments to ggplot()

Examples

ggexstra_ecdf(exstra_wgs_pcr_2["HD",])

library(ggplot2)
ggexstra_ecdf(exstra_wgs_pcr_2[,]) + facet_wrap("locus")


bahlolab/exSTRa documentation built on Sept. 17, 2022, 5:08 p.m.