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 ofobjectorvpctabis required. If both are present then the information from thevpctabwill over-ride the xpose data objectobject(i.e. the values from the vpctab will replace any matching values in theobject@Dataportion of the xpose data object). If onlyobjectis 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
objectis supplied.- vpc.suffix
The suffix of the vpctab file. Used if only
objectis supplied.- tab.suffix
The table suffix of the vpctab file. Used if only
objectis 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
objectthen 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