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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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