plot.PhenList {PhenStat}R Documentation

Plot Phenlist object

Description

Plot method for objects of class "PhenList".

Usage

## S3 method for class 'PhenList'
plot(
    x                    ,
    depVariable = 'Value',
    graphingName = NULL  ,
    outputMessages = TRUE,
    type = NULL,
    ...
  )

Arguments

x

instance of the PhenList class mandatory argument

depVariable

a character string defining the dependent variable of interest 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.

  • boxplotSexGenotype. See documentations for boxplotSexGenotype

  • boxplotSexGenotypeBatchAdjusted. See documentations for boxplotSexGenotypeBatchAdjusted

  • boxplotSexGenotypeWeightBatchAdjusted. See documentations for boxplotSexGenotypeWeightBatchAdjusted

  • scatterplotSexGenotypeBatch. See documentations for scatterplotSexGenotypeBatch

  • scatterplotGenotypeWeight. See documentations for scatterplotGenotypeWeight

  • boxplotSexGenotypeBatch. See documentations for boxplotSexGenotypeBatch

...

Value

Empty.

Author(s)

Hamed Haselimashhadi < hamedhm@eb.ac.uk >

See Also

PhenList,

Examples

  example(testDataset)

[Package PhenStat version 2.18.0 Index]