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

Description Usage Arguments Details Value See Also Examples

Description

A more reasonable display of a soundchange object.

Usage

1
2
## S3 method for class 'soundchange'
print(x, ...)

Arguments

x

[soundchange] The soundchange object.

...

Unused; only for consistency with print.

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.

Value

[soundchange] The same object that was given as x

See Also

soundchange

Examples

1
2
3
4
5
6
# 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

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