powered by
soundcorrs
Attach one or more columns to a soundcorrs object. Note that sound correspondences attached with this function will not be usable as such.
# S3 method for soundcorrs cbind(data, ...)
[soundcorrs] The soundcorrs object.
Objects to be attached.
[soundcorrs] The original soundcorrs object with the columns attached.
# 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