Learn R Programming

GenomicTools (version 0.2.9.7)

plot.mdr: Plot an MDR Object

Description

The function offers informative plots for an mdr object.

Usage

# S3 method for 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.

Examples

Run this code
# NOT RUN {
# Perform the MDR
# res <- mdr(X=temp,status=status,fold=3,top=20)

# plot(res)
# }

Run the code above in your browser using DataLab