Learn R Programming

signnet (version 1.0.5)

is_signed: Check if network is a signed network

Description

Check if network is a signed network

Usage

is_signed(g)

Value

logical scalar

Arguments

g

igraph object

Examples

Run this code
g <- sample_islands_signed(2, 5, 1, 5)
is_signed(g)

Run the code above in your browser using DataLab