ggplot.exstra_score: Default ggplot method for exstra_score

View source: R/ggplot.exstra_score.R

ggplot.exstra_scoreR Documentation

Default ggplot method for exstra_score

Description

Default ggplot method for exstra_score

Usage

## S3 method for class 'exstra_score'
ggplot(data = NULL, ...)

Arguments

data

exstra_score object

...

Additional arguments to ggplot()

Examples

library(ggplot2)
ggplot(exstra_wgs_pcr_2, aes(x = rep, colour = sample)) +
  stat_ecdf() +
  facet_wrap("locus")


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