asGallery {netCoin}R Documentation

Images in a grid gallery.

Description

asGallery produces a gallery_rd3 object.

Usage

asGallery(net)

Arguments

net

is a network_rd3 object. See network_rd3

Value

Object of class gallery_rd3.

Author(s)

Modesto Escobar, Department of Sociology and Communication, University of Salamanca. See https://sociocav.usal.es/blog/modesto-escobar/

Examples

data("Galapagos")
data("finches")
finches$species <- system.file("extdata", finches$species,
        package="netCoin") # copy path to the species field
Net <- allNet(Galapagos, nodes=finches, criteria="hyp", maxL=.05,
        image="species",
        main="Species coincidences in Galapagos Islands",
        note="Data source: Sanderson (2000)")
gallery <- asGallery(Net)

[Package netCoin version 2.0.48 Index]