Diff of /man/combineGraphs.Rd [000000] .. [413088]

Switch to unified view

a b/man/combineGraphs.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/objects.R
3
\name{combineGraphs}
4
\alias{combineGraphs}
5
\title{combineGraphs}
6
\usage{
7
combineGraphs(
8
  object,
9
  graph.names = NULL,
10
  graph.weights = NULL,
11
  graph.key = "combined"
12
)
13
}
14
\arguments{
15
\item{object}{a VoltRon Object}
16
17
\item{graph.names}{a vector of graph names}
18
19
\item{graph.weights}{the weights for edges of each graph.}
20
21
\item{graph.key}{the name of the combined graph}
22
}
23
\description{
24
Combining the edges of multiple graphs
25
}