printNet {ProCoNA}R Documentation

printNet

Description

Prints general information about the network object.

Usage

printNet(object)

Arguments

object

The procona network object.

Value

None.

Author(s)

David L Gibbs

Examples

## Not run: 
data(ProCoNA_Data)
net1 <- buildProconaNetwork("peptide network", peptideData)
printNet(net1)

## End(Not run)

[Package ProCoNA version 1.18.0 Index]