Learn R Programming

ptable (version 1.0.0)

pt_ex_cnts: A quick ptable that can be used in various examples

Description

pt_ex_cnts() returns a perturbation table object from create_cnt_ptable() with some default parameters. This is useful for quickly creating ptables to demonstrate usage in other tools.

Usage

pt_ex_cnts()

Arguments

Value

Returns a ptable object.

Examples

Run this code
ptab <- pt_ex_cnts()
plot(ptab, type = "t")

Run the code above in your browser using DataLab