is.weighted {igraph}R Documentation

Weighted graphs

Description

[Deprecated]

is.weighted() was renamed to is_weighted() to create a more consistent API.

Usage

is.weighted(graph)

Arguments

graph

The input graph.


[Package igraph version 2.0.3 Index]