Description Usage Arguments Value Examples
partbl
GG Data Preparation
1 | partbl2ggdata(partbl, vars = c("lod", "alpha", "hlod"))
|
partbl |
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), variable (chr) and value (num).
1 2 3 | pt <- partbl("foo-parametric.tbl")
pt_ggdata <- partbl2ggdata(pt)
head(pt_ggdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.