Learn R Programming

xpose4 (version 4.5.0)

read.vpctab: 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 'vpc' run in PsN.
object
An xpose data object. Created from xpose.data. One of object or vpctab is required. If both are present then the information from the vpctab will over
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 then paste(vpc.name,object@Runno,vpc.suffix,tab.suffix)
inclZeroWRES
If there are no zero valued weighted resuiduals in the object then this should be TRUE.
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.

See Also

xpose.VPC