read.vpctab | R Documentation |
This function read in the vpctab file created from PsN and gathers the information needed to make a vpc plot.
read.vpctab(
vpctab = NULL,
object = NULL,
vpc.name = "vpctab",
vpc.suffix = "",
tab.suffix = "",
inclZeroWRES = FALSE,
verbose = FALSE,
...
)
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. |
Returned is an xpose data object with vpctab information included.
Andrew Hooker
xpose.VPC
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.