Learn R Programming

soundcorrs (version 0.4.0)

print.soundchange: A more reasonable display of a soundchange object.

Description

A more reasonable display of a soundchange object.

Usage

# S3 method for soundchange
print(x, ...)

Arguments

x

[soundchange] The soundchange object.

...

Unused; only for consistency with print.

Value

[soundchange] The same object that was given as x

Details

The structure of a soundchange object is probably not too dificult to read for a human, but this does not mean it cannot be presented in a slightly more convenient form.

See Also

soundchange

Examples

Run this code
# NOT RUN {
# prepare sample transcription
trans <- loadSampleDataset ("trans-common")
# run print.soundchange
a2b <- soundchange ("a > b", "sample change", trans,
"This is a very simple sample sound change whereby \"a\" is turned into \"b\".")
a2b
# }

Run the code above in your browser using DataLab