Other packages > Find by keyword >

HyperG  

Hypergraphs in R
View on CRAN: Click here


Download and install HyperG package within the R console
Install from CRAN:
install.packages("HyperG")

Install from Github:
library("remotes")
install_github("cran/HyperG")

Install by package version:
library("remotes")
install_version("HyperG", "1.0.0")



Attach the package and use:
library("HyperG")
Maintained by
David J. Marchette
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-03-04
Latest Update: 2021-03-04
Description:
Implements various tools for storing and analyzing hypergraphs. Handles basic undirected, unweighted hypergraphs, and various ways of creating hypergraphs from a number of representations, and converting between graphs and hypergraphs.
How to cite:
David J. Marchette (2021). HyperG: Hypergraphs in R. R package version 1.0.0, https://cran.r-project.org/web/packages/HyperG. Accessed 05 Jun. 2026.
Previous versions and publish date:
No previous versions
Other packages that cited HyperG R package
View HyperG citation profile
Other R packages that HyperG depends, imports, suggests or enhances
Complete documentation for HyperG
Functions, R codes and Examples using the HyperG R package
Some associated functions: aaHyperG-package . add.edges . as.bipartite . as.edgelist . as.hypergraph . ase . clique_hypergraph . cluster_spectral . degree . delete.edges . dual . epsilon_hypergraph . equivalent.hypergraphs . generalized2section . has.helly . has.isolates . horder . hrank . hypergraph.complement . hypergraph.entropy . hypergraph.union . hypergraph_as_adjacency_matrix . hypergraph_from_incidence_matrix . hypergraph_from_literal . hypergraph_laplacian_matrix . incidence_matrix . induced_hypergraph . is.conformal . is.connected . is.empty.hypergraph . is.hypergraph . is.hypertree . is.linear . is.tree . kCores . knn_hypergraph . line.graph . make_empty_hypergraph . pendant . plot.hypergraph . print.hypergraph . reduce.hypergraph . remove.redundant.vertices . reorder_vertices . sample_geom_hypergraph . sample_gnp_hypergraph . sample_k_uniform_hypergraph . sample_sbm_hypergraph . star . subtree.hypergraph . summary.hypergraph . 
Some associated R codes: add.edges.R . add.vertices.R . as.bipartite.R . as_adjacency.R . ase.R . binarySearch.R . clique_hypergraph.R . cluster_spectral.R . conformal.R . degree.R . delete.edges.R . delete.vertices.R . dual.R . edge_orders.R . epsilon_hypergraph.R . equivalent.R . from_igraph.R . graph2hypergraph.R . helly.R . hnames.R . horder.R . hsize.R . hyper_edges.R . hypergraph.complement.R . hypergraph.disjoint.union.R . hypergraph.entropy.R . hypergraph.intersection.R . hypergraph.union.R . hypergraph2graph.R . hypergraph_from_edgelist.R . hypergraph_from_incidence_matrix.R . hypergraph_from_literal.R . hypergraph_from_membership.R . hypergraph_from_spectral_clustering.R . incidence_matrix.R . induced.hypergraph.R . is.connected.R . is.empty.hypergraph.R . is.hypergraph.R . is.linear.R . kcores.R . knn_hypergraph.R . laplacian.R . layout.R . line.graph.R . make_empty_hypergraph.R . newNames.R . pendant.R . plot.hypergraph.R . print.hypergraph.R . rank.R . reduce.hypergraph.R . remove.R . reorder_vertices.R . sample_er_hypergraph.R . sample_geom_hypergraph.R . sample_k_uniform.R . sample_sbm_hypergraph.R . spectrum.R . star.R . subtree.R . summary.hypergraph.R .  Full HyperG package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ibb  
R Wrapper for Istanbul Municipality Open Data Portal
Call wrappers for Istanbul Metropolitan Municipality's Open Data Portal (Turkish: Istanbul B ...
Download / Learn more Package Citations See dependency  
crossurr  
Cross-Fitting for Doubly Robust Evaluation of High-Dimensional Surrogate Markers
Doubly robust methods for evaluating surrogate markers as outlined in: Agniel D, Hejblum BP, Thiebau ...
Download / Learn more Package Citations See dependency  
msm  
Multi-State Markov and Hidden Markov Models in Continuous Time
Functions for fitting continuous-time Markov and hidden Markov multi-state models to longitudinal d ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
envirem  
Generation of ENVIREM Variables
Generation of bioclimatic rasters that are complementary to the typical 19 bioclim variables. ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA