pt_export | R Documentation |
Function to export perturbation table to Tau-Argus, SAS or any other CKM tool (as txt-file).
pt_export(..., file, SDCtool = "TauArgus")
... |
1 or 2 input object of class |
file |
(character) filename (only 'txt' is possible as file extension) |
SDCtool |
(character) either "TauArgus" or "SAS" |
Returns 'NULL' and the ptable is saved in the specified format.
Tobias Enderle
ptab <- create_cnt_ptable(D = 5, V = 3, js = 2, label = "test") pt_export(ptab, file = tempfile("ptable_example"), SDCtool = "TauArgus")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.