read.vpctab {xpose4} | R Documentation |
Read the vpctab file from PsN into Xpose
Description
This function read in the vpctab file created from PsN and gathers the information needed to make a vpc plot.
Usage
read.vpctab(
vpctab = NULL,
object = NULL,
vpc.name = "vpctab",
vpc.suffix = "",
tab.suffix = "",
inclZeroWRES = FALSE,
verbose = FALSE,
...
)
Arguments
vpctab |
The vpctab file from a ' |
object |
An xpose data object. Created from |
vpc.name |
The default name of the vpctab file. Used if only
|
vpc.suffix |
The suffix of the vpctab file. Used if only |
tab.suffix |
The table suffix of the vpctab file. Used if only
|
inclZeroWRES |
If there are no zero valued weighted residuals in the
|
verbose |
Text messages passed to screen or not. |
... |
Other arguments passed to other functions. |
Value
Returned is an xpose data object with vpctab information included.
Author(s)
Andrew Hooker
See Also
Other PsN functions:
boot.hist()
,
bootscm.import()
,
npc.coverage()
,
randtest.hist()
,
read.npc.vpc.results()
,
xpose.VPC()
,
xpose.VPC.both()
,
xpose.VPC.categorical()
,
xpose4-package