readPsnVpc | R Documentation |
Taken from Based on function from package:xpose4 (read.npc.vpc.results) This function reads in a results file from running either the PsN command vpc or npc. The function then parses the file and passes the result to plotting functions
readPsnVpc(vpc.results = NULL, npc.results = NULL, verbose = FALSE, ...)
vpc.results |
The name of the results file from running the PsN command vpc. Often this is named 'vpc\_results.csv'. |
npc.results |
The name of the results file from running the PsN command npc. Often this is named 'npc\_results.csv'. relative or absolute paths to the file are allowed as for vpc.results. |
verbose |
Text messages passed to screen or not. |
... |
arguments passed to other functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.