plotRatio: A function to plot a histogram of supplied ratio vector...

Description Usage Arguments Examples

View source: R/plotRatio.R

Description

A function to plot a histogram of supplied ratio vector plotRatio plots histogram of values in a supplied vector using ggplot2 and highlights interval between 1 and 2 in green.

Usage

1
plotRatio(ratio, plotting = TRUE)

Arguments

ratio

A numeric vector containing raw or smoothed ratio values (vector).

plotting

Should the plot object be sent to the default device? (boolean, defaults to TRUE).

Examples

1
2
plotRatio(W303$ratio)
plotObject <- plotRatio(W303$ratio,plotting=FALSE)

DzmitryGB/Repliscope documentation built on Dec. 5, 2019, 3:16 a.m.