plot.mdr: Plot an MDR Object

plot.mdrR Documentation

Plot an MDR Object

Description

The function offers informative plots for an mdr object.

Usage

 ## S3 method for class 'mdr'
plot(x, which=NULL, ...)

Arguments

x

Object of class mdr.

which

Specifies for which association fold should the plot be created.

...

Additional plotting parameters.

Details

This function plots the density of the precision of an mdr object.

Value

A mdr plot

Author(s)

Daniel Fischer

Examples

# Perform the MDR
# res <- mdr(X=temp,status=status,fold=3,top=20)

# plot(res)

fischuu/GenomicTools documentation built on April 30, 2023, 7:53 p.m.