Browse code

PN: minor update

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/DEGraph@59432 bc3139a8-67e5-0310-9ffc-ced21a209358

Pierre Neuvial authored on 19/10/2011 20:16:49
Showing 1 changed files

1 1
deleted file mode 100644
... ...
@@ -1,33 +0,0 @@
1
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
-% Do not modify this file since it was automatically generated from:
3
-% 
4
-%  ./is.NCIgraph.R
5
-% 
6
-% by the Rdoc compiler part of the R.oo package.
7
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8
-
9
-\name{is.NCIgraph}
10
-\alias{is.NCIgraph}
11
-
12
-
13
-\title{Assess whether a graph is a NCI graph}
14
-
15
-
16
-\description{
17
- Assess whether a graph is a NCI graph.
18
-}
19
-
20
-\usage{is.NCIgraph(gr)}
21
-
22
-\arguments{
23
-  \item{gr}{A \code{\link[=graph-class]{graph}} object.}
24
-}
25
-
26
-\value{A \code{\link[base]{logical}}, \code{\link[base:logical]{TRUE}} if the graph is a NCI graph, \code{\link[base:logical]{FALSE}} otherwise.}
27
-
28
-\author{Laurent Jacob, Pierre Neuvial and Sandrine Dudoit}
29
-
30
-\seealso{
31
-  \code{\link{parseNCInetwork}}
32
-}
33
-