plot.PhenTestResult {PhenStat} | R Documentation |
Plot phenTestResult object
Description
Plot method for objects of class "phenTestResult".
Usage
## S3 method for class 'PhenTestResult'
plot(
x ,
graphingName = NULL ,
outputMessages = TRUE,
type = NULL,
...
)
Arguments
x
|
instance of the PhenTestResult class
mandatory argument
|
graphingName
|
character string defining the name to be used on the graph for the dependent variable
|
outputMessages
|
flag:"FALSE" value to suppress output messages
"TRUE" value to show output messages
default value TRUE
|
type
|
a vector of names. Select one or more from the list below to only get those plots.
boxplotSexGenotypeResult. See documentations for
boxplotSexGenotypeResult
scatterplotSexGenotypeBatchResult. See documentations for
scatterplotSexGenotypeBatchResult
scatterplotGenotypeWeightResult. See documentations for
scatterplotGenotypeWeightResult
plotResidualPredicted. See documentations for
plotResidualPredicted
qqplotRandomEffects. See documentations for
qqplotRandomEffects
boxplotResidualBatch. See documentations for
boxplotResidualBatch
qqplotRotatedResiduals. See documentations for
qqplotRotatedResiduals
qqplotGenotype. See documentations for
qqplotGenotype
categoricalBarplot. See documentations for
categoricalBarplot
|
... |
|
Value
Empty.
Author(s)
Hamed Haselimashhadi < hamedhm@eb.ac.uk >
See Also
testDataset
Examples
example(testDataset)
[Package
PhenStat version 2.20.3
Index]