Description Usage Arguments Value Examples
npartbl
GG Data Preparation
1 | npartbl2ggdata(npartbl, vars = c("lod", "exlod"))
|
npartbl |
S3 object of class |
vars |
A character vector indicating which variable(s) to plot. Available
variables from the |
A data.frame with three columns: pos (num), analysis (chr), variable (chr) and value (num).
1 2 3 | npt <- npartbl("foo-nparametric.tbl")
npt_ggdata <- npartbl2ggdata(pt)
head(npt_ggdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.