Learn R Programming

CorporaCoCo (version 2.0)

surface_coco: Deprecated -- Surface co-occurrence comparison

Description

Convenience function that combined the functionality of the surface and coco functions.

Usage

# Deprecated
  surface_coco(a, b, span, nodes, fdr = 0.01, collocates = NULL)

Value

A data.table of the form returned by the coco functions.

Arguments

a

A character vector.

b

A character vector.

span

A character string defining the co-occurrence span. See surface function for details.

nodes

A character vector of nodes or character string representing a single node.

fdr

The desired level at which to control the False Discovery Rate.

collocates

A character vector of collocates or character string representing a single collocate.

Details

See surface and coco.