filter_by_type {LBDiscover}R Documentation

Filter a co-occurrence matrix by entity type

Description

Filter a co-occurrence matrix by entity type

Usage

filter_by_type(co_matrix, types)

Arguments

co_matrix

A co-occurrence matrix produced by create_typed_comat().

types

Character vector of entity types to include.

Value

A filtered co-occurrence matrix.


[Package LBDiscover version 0.1.0 Index]