hashtable {graph}R Documentation

Create a hashtable

Description

This function returns a new hashtable object. At present we use environment objects as hashtables.

Usage

hashtable()

Value

An object of mode environment.

Author(s)

Saikat DebRoy

Examples

h <- hashtable()
h[['a']] <- 1
h[['a']]

[Package graph version 1.8.0 Index]