plot.PhenTestResult: Plot phenTestResult object

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot method for objects of class "phenTestResult".

Usage

1
2
3
4
5
6
7
8
## 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

1

PhenStat documentation built on Nov. 8, 2020, 8:13 p.m.