File: print.BooleanNetwork.Rd

package info (click to toggle)
r-cran-boolnet 2.1.9-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,020 kB
  • sloc: ansic: 12,452; sh: 16; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 663 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\name{print.BooleanNetwork}
\Rdversion{1.1}
\alias{print.BooleanNetwork}
\title{
Print a Boolean network
}
\description{
A specialized method to print an object of class \code{BooleanNetwork}. This prints the transition functions of all genes. If genes are knocked-out or over-expressed, these genes are listed below the functions.
}
\usage{
\method{print}{BooleanNetwork}(x, ...)
}
\arguments{

\item{x}{
An object of class \code{BooleanNetwork} to be printed
}

\item{\dots}{
Further parameters for the \code{\link{print}} method. Currently not used.
}
}
\value{
Invisibly returns the printed object
}

\seealso{
\code{\link{print}}, \code{\link{loadNetwork}}
}