cbind.soundcorrs: Attach one or more columns to a 'soundcorrs' object.

Description Usage Arguments Details Value Examples

Description

Attach one or more columns to a soundcorrs object. Note that sound correspondences attached with this function will not be usable as such.

Usage

1
2
## S3 method for class 'soundcorrs'
cbind(data, ...)

Arguments

data

[soundcorrs] The soundcorrs object.

...

Objects to be attached.

Details

Once a data frame is enclosed in a soundcorrs object, it is recommended that it not be manually altered in any way. cbind.soundcorrs provides a safe way of adding a column to it.

Value

[soundcorrs] The original soundcorrs object with the columns attached.

Examples

1
2
3
dataset <- loadSampleDataset ("data-ie")
cbind (dataset, ID=1:nrow(dataset$data))
cbind (dataset, FAMILY="Indo-European")

soundcorrs documentation built on Nov. 16, 2020, 5:09 p.m.