mRMRe (version 2.0.3)

visualize: mRMRe Network display

Description

The 'visualize' methods allows the visual display of an inferred mRMRe.Network topology.

Usage

## S3 method for class 'mRMRe.Network':
visualize(object)

Arguments

object
a mRMRe.Network object.

Examples

Run this code
data(cgps)
feature_data <- mRMR.data(data =  data.frame(cgps.ge))

# Build an mRMR-based network and display it
network <- new("mRMRe.Network", data = feature_data, target_indices = c(1),
				levels = c(3, 1), layers = 2)
visualize(network)

Run the code above in your browser using DataLab