plot.OpenStatsList {OpenStats}R Documentation

plot for an 'OpenStatsList' object

Description

This function visualises an 'OpenStatsList' object

Usage

## S3 method for class 'OpenStatsList'
plot(x, vars = NULL, ...)

Arguments

x

OpenStatsList object

vars

Variable(s) of interest. The default is 'Batch', 'Genotype', 'Sex and 'LifeStage' if exists in the data

...

Optional parameters that can be passed to 'Hmisc::plot.describe()'

Details

The plot function produces two sets of plots for:

- categorical data: scatter plot of proportions
- continuous data: histogram

Value

List of two plot objects, Continuous and Categorical

Author(s)

Hamed Haseli Mashhadi <hamedhm@ebi.ac.uk>

See Also

OpenStatsList

Examples

example(OpenStatsList)

[Package OpenStats version 1.4.0 Index]