File: Hyperedge.Rd

package info (click to toggle)
r-bioc-hypergraph 1.78.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (23 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{Hyperedge}
\alias{Hyperedge}
\title{Constructor for Hyeredge objects}
\description{
  A convenience constructor for \code{\link{Hyperedge-class}} objects
}
\usage{
Hyperedge(nodes, label = "")
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{nodes}{Character vector of nodes that are part of the hyperedge}
  \item{label}{A character string describing the hyperedge}
}
\value{
  An object of class \code{\link{Hyperedge-class}}
}
\author{Seth Falcon}
\seealso{
  \code{\link{Hyperedge-class}}
  \code{\link{Hypergraph-class}}
}
\keyword{classes}