Learn R Programming

Rwclust (version 0.1.0)

example1: Example Graph 1

Description

First demonstration test graph used in the original.

Usage

example1

Arguments

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

Run this code
data(example1, package="Rwclust")

Run the code above in your browser using DataLab