surface_coco: Deprecated - Surface co-occurrence comparison

View source: R/surface_coco.R

surface_cocoR Documentation

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)

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.

Value

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


CorporaCoCo documentation built on Aug. 8, 2022, 5:09 p.m.