Learn R Programming

xegaDerivationTrees (version 1.0.0.6)

newV: Returns empty data frame for vertices.

Description

Data frame with columns id (numerical identifier) and name (symbol of the grammar).

Usage

newV()

Arguments

Value

Data frame.

See Also

Other Data frames for igraph: addE(), addV(), newE()

Examples

Run this code
df<-newV()
print(df) 

Run the code above in your browser using DataLab