Learn R Programming

migraph (version 0.6.6)

is: Tests of network properties

Description

Tests of network properties

Usage

is_twomode(object)

is_weighted(object)

is_directed(object)

is_labelled(object)

Arguments

object

A migraph-consistent class object (matrix, edgelist, igraph, network, tidygraph)

Value

TRUE if object is a two-mode network, otherwise FALSE

TRUE if object is a weighted network, otherwise FALSE

TRUE if object is a directed network, otherwise FALSE

TRUE if object is a labelled network, otherwise FALSE

Examples

Run this code
# NOT RUN {
is_twomode(southern_women)
is_weighted(southern_women)
is_directed(southern_women)
is_labelled(southern_women)
# }

Run the code above in your browser using DataLab