# Generated by roxygen2: do not edit by hand

S3method(as.matrix,Graph)
S3method(asGraph,Graph)
S3method(asGraph,PartitionedGraph)
S3method(asGraph,matrix)
S3method(asPartitionedGraph,Graph)
S3method(asPartitionedGraph,PartitionedGraph)
S3method(asPartitionedGraph,matrix)
S3method(dim,Graph)
S3method(principalNetworks,Graph)
S3method(principalNetworks,list)
S3method(principalNetworks,matrix)
export(Graph)
export(applyPartition)
export(asGraph)
export(asPartitionedGraph)
export(betweennessCentrality)
export(clusteringCoefficients)
export(connectedVertices)
export(edgeDensity)
export(flattenUpperTri)
export(getStrength)
export(graphEfficiency)
export(inducedSubgraph)
export(laplacianMatrix)
export(levelplot.Graph)
export(matchLoadings)
export(meanShortestPath)
export(modularity)
export(modularityMatrix)
export(neighbourhoods)
export(partitionGraph)
export(principalNetworks)
export(printLoadings)
export(printSparse)
export(randomGraph)
export(randomiseGraph)
export(readGraphFile)
export(shortestPaths)
export(thresholdEdges)
export(vertexDegree)
export(vertexStrength)
export(writeGraphFile)
exportClasses(Graph)
exportClasses(PartitionedGraph)
exportMethods("[")
exportMethods("[<-")
exportMethods("[[")
exportMethods(plot)
import(ore)
import(reportr)
import(tractor.base)
importFrom(Rcpp,evalCpp)
useDynLib(tractor.graph)
