example1: Example Graph 1

example1R Documentation

Example Graph 1

Description

First demonstration test graph used in the original.

Usage

example1

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(example1, package="Rwclust")


csprock/Rwclust documentation built on July 26, 2022, 9:55 p.m.