plot.PhenList: Plot Phenlist object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plotPhenList.R

Description

Plot method for objects of class "PhenList".

Usage

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

1

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