Learn R Programming

poweRbal (version 0.0.1.1)

showTSSdata: Function for displaying TSS distributions

Description

showTSSdata - This function plots histograms of TSS data.

Usage

showTSSdata(tss_data, main = NULL, xlab = NULL, sig_lvl = 0.05, ...)

Value

showTSSdata No return value, called for side effects (plotting).

Arguments

tss_data

Numeric matrix of TSS values (one row per TSS). The row names are used as names for the TSS.

main

Title (default = NULL). A generic title is created by default.

xlab

Label of x-axis (default = NULL). A generic label is created by default.

sig_lvl

Level of significance (default=0.05, must be >0 and <1).

...

Add further specifications for plot().

Examples

Run this code
showTSSdata(tss_data = getTSSdata_trees(tss = c("Colless", "Sackin"),
                treeList = lapply(1:20L, function(x) genYuleTree(10))),
                breaks=15)

Run the code above in your browser using DataLab