npartbl2ggdata: 'npartbl' GG Data Preparation

Description Usage Arguments Value Examples

Description

npartbl GG Data Preparation

Usage

1
npartbl2ggdata(npartbl, vars = c("lod", "exlod"))

Arguments

npartbl

S3 object of class partbl.

vars

A character vector indicating which variable(s) to plot. Available variables from the partbl file are: "lod", "alpha" and "hlod".

Value

A data.frame with three columns: pos (num), analysis (chr), variable (chr) and value (num).

Examples

1
2
3
npt <- npartbl("foo-nparametric.tbl")
npt_ggdata <- npartbl2ggdata(pt)
head(npt_ggdata)

bahlolab/linkrvis documentation built on May 11, 2019, 5:25 p.m.