plot.mdr: Plot an MDR Object

Description Usage Arguments Details Author(s) Examples

Description

The function offers informative plots for an mdr object.

Usage

1
2
 ## 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.

Author(s)

Daniel Fischer

Examples

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

# plot(res)

GeneticTools documentation built on Jan. 15, 2017, 11:21 a.m.