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]
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 29 Mar. 2025.
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for HyperG02468101214161820TrendBars

Today's Hot Picks in Authors and Packages

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  
landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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