[413088]: / man / combineGraphs.Rd

Download this file

26 lines (22 with data), 517 Bytes

 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/objects.R
\name{combineGraphs}
\alias{combineGraphs}
\title{combineGraphs}
\usage{
combineGraphs(
object,
graph.names = NULL,
graph.weights = NULL,
graph.key = "combined"
)
}
\arguments{
\item{object}{a VoltRon Object}
\item{graph.names}{a vector of graph names}
\item{graph.weights}{the weights for edges of each graph.}
\item{graph.key}{the name of the combined graph}
}
\description{
Combining the edges of multiple graphs
}