smoothScatterHist: Create a smooth scatter plot with marginal histograms, with...

Description Usage Arguments

Description

This function creates a smooth scatter plot, with optional lowess curve, which is useful for discovering possible technical artifacts or biases in data. This function is a lower-level alternative to windowDiagPlot, which creates a plot of a particular summary statistic column against the number of sites used by ANGSD using data from a GRanges object containing ANGSD data.

Usage

1
2
smoothScatterHist(x, y, lowess = TRUE, xlab = NULL, ylab = NULL,
  main = NULL)

Arguments

x

numeric vector of x coordinates.

y

numeric vector of y coordinates.

lowess

logical value indicating whether to include a lowess curve.

xlab

title for the x axis.

ylab

title for the y axis.

main

title for the plot.


vsbuffalo/angsdr documentation built on May 3, 2019, 7:07 p.m.