example2: Example Graph 2

example2R Documentation

Example Graph 2

Description

Second demonstration test graph used in the original paper.

Usage

example2

Format

A data frame with three columns representing a weighted graph. Each row represents an edge with a weight.

from

An integer vertex id

to

An integer vertex id

weight

A double representing the edge weight

Examples

data(example2, package="Rwclust")


Rwclust documentation built on July 25, 2022, 1:05 a.m.