Learn R Programming

soundcorrs (version 0.1.1)

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

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

# S3 method for soundcorrs
cbind(data, ...)

Arguments

data

[soundcorrs] The soundcorrs object.

...

Objects to be attached.

Value

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

Examples

Run this code
# NOT RUN {
dataset <- sampleSoundCorrsData.capitals
cbind (dataset, ID=1:nrow(dataset$data))
cbind (dataset, CONTINENT="Europe")
# }

Run the code above in your browser using DataLab