c2dmatrix: Convert a coding matrix to a distributed matrix

View source: R/c2dmatrix.R

c2dmatrixR Documentation

Convert a coding matrix to a distributed matrix

Description

This function converts a coding matrix of any kind into a distributed matrix as described in Farr (2007).

Usage

c2dmatrix(t, sf = 100)

Arguments

t

A tdsc object or a matrix

sf

The scaling factor

References

Farr (2007) “Automated Bioacoustic Identification of Statutory Quarantined Insect Pests”. PhD thesis. University of York.

Examples

c2dmatrix(as.matrix(c(1,2,3,4), nrow=2))


tdsc documentation built on July 9, 2023, 6 p.m.

Related to c2dmatrix in tdsc...