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 '
vpc
' run in PsN.- object
An xpose data object. Created from
xpose.data
. One ofobject
orvpctab
is required. If both are present then the information from thevpctab
will over-ride the xpose data objectobject
(i.e. the values from the vpctab will replace any matching values in theobject@Data
portion of the xpose data object). If onlyobject
is present then the function will look for a vpctab with the same run number as the one associated with the object.- vpc.name
The default name of the vpctab file. Used if only
object
is supplied.- vpc.suffix
The suffix of the vpctab file. Used if only
object
is supplied.- tab.suffix
The table suffix of the vpctab file. Used if only
object
is supplied. Final order of the file would be thenpaste(vpc.name,object@Runno,vpc.suffix,tab.suffix)
- inclZeroWRES
If there are no zero valued weighted residuals in the
object
then this should beTRUE
.- verbose
Text messages passed to screen or not.
- ...
Other arguments passed to other functions.
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