Revision a84e9ffb3ac841114d4db4e70036eab333d29d2f authored by R. Wayne Oldford on 10 May 2021, 06:10:05 UTC, committed by cran-robot on 10 May 2021, 06:10:05 UTC
1 parent bb4dcd2
Raw File
complement.loongraph.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/graphutils.R
\name{complement.loongraph}
\alias{complement.loongraph}
\title{Create the Complement Graph of a loon Graph}
\usage{
\method{complement}{loongraph}(x)
}
\arguments{
\item{x}{loongraph object}
}
\value{
graph object of class loongraph
}
\description{
Creates a complement graph of a graph
}
\details{
This method is currently only implemented for undirected graphs.
}
back to top