Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drammock/phonr
tools for phoneticians and phonologists
https://github.com/drammock/phonr
phonetics plotting vowels
Last synced: about 9 hours ago
JSON representation
tools for phoneticians and phonologists
- Host: GitHub
- URL: https://github.com/drammock/phonr
- Owner: drammock
- Created: 2012-07-11T05:41:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T02:17:10.000Z (almost 6 years ago)
- Last Synced: 2024-10-28T17:24:02.859Z (17 days ago)
- Topics: phonetics, plotting, vowels
- Language: R
- Homepage:
- Size: 24 MB
- Stars: 31
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phonR
#### tools for phoneticians and phonologists
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.60926.svg)](http://dx.doi.org/10.5281/zenodo.60926)Just want to learn to use `phonR`? Read the [tutorial vignette](http://drammock.github.io/phonR).
This is a package for the R language built for phoneticians and phonologists. Its main claim-to-fame is the `plotVowels` function, which supports all the standard R output formats (screen, pdf, eps, svg, tiff, png, jpg), and can plot vowel polygons, ellipses, convex hulls, and heatmaps. `phonR` also allows plotting data points with IPA symbols using custom fonts, and distinguishing speaker groups by color, symbol, and/or linestyle. It also supports plotting diphthongs (or any arbitrary number of measurement timepoints, really), with optional arrowheads for indicating formant movement direction.
The second main offering of `phonR` is a set of functions for normalization of formant frequency data. Currently there are 8 normalization methods implemented: bark, ERB, Lobanov, log, mel, logmean (“Nearey1”), shared logmean (“Nearey2”), and Watt-Fabricius. A third capability of `phonR` worth highlighting is the implementation of repulsive force calculations, and the ability to plot heatmaps to represent repulsive force across the vowel space. Helper functions are also included for calculating the area of a vowel space polygon or convex hull.
Need to cite `phonR`? The R command `citation("phonR")` will work, but I prefer including the URL or DOI at the end like this:
> McCloy, Daniel R. (2016). “phonR: Tools for phoneticians and phonologists.” R package version 1.0-7. http://drammock.github.io/phonR/
>
> McCloy, Daniel R. (2016). “phonR: Tools for phoneticians and phonologists.” R package version 1.0-7. doi:10.5281/zenodo.60926