MCUmovie {L1centrality}R Documentation

Marvel Cinematic Universe Movie Network

Description

Network between 32 movies from the Marvel Cinematic Universe (MCU) that were released between 2008 and 2023. Each movie represents one vertex.

An edge between movies i and j is formed if there is at least one cast in common. Denoting the set of casts of movie i as Ai, the weight of this edge is given as (|Ai\capAj|/|Ai\cupAj|)-1, where |\cdot| denotes the cardinality of a set.

Usage

data(MCUmovie)

Format

An undirected, connected, and (edge) weighted igraph graph object with 32 vertices and 278 edges.

Vertex attributes:

Edge attribute: ‘weight’. Given as a dissimilarity between two vertices. See the description above.

Source

IMDb: https://www.imdb.com

References

G. Choi and H.-S. Oh. Heavy-snow transform: A new method for graph signals. Manuscript, 2021.

S. Kang and H.-S. Oh. On a notion of graph centrality based on L1 data depth. arXiv preprint arXiv:2404.13233, 2024.


[Package L1centrality version 0.1.1 Index]