-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: ultrapolaRplot
Type: Package
Title: Plotting Ultrasound Tongue Traces
Version: 0.1.1
Author: Yana Outkin, Jonathan Washington
Imports: RColorBrewer, tibble, dplyr, rjson, ggplot2, Cairo, plyr, purrr, readr, stringr
Maintainer Name: Yana Outkin
Maintainer Email: <[email protected]>
Description: The ultrapolaRplot library for R is designed for plotting traced ultrasound tongue
imaging data according to a polar coordinate system.
There is currently support for plotting means and standard deviations of each category's trace;
SSANOVA could be implemented as well. The origin of the polar coordinates may be defined
manually or automatically determined based on different algorithms.
Currently ultrapolaRplot supports ultrasound tongue imaging trace data from [UltraTrace
(<https:// github.com/SwatPhonLab/UltraTrace>). UltraTrace is capable of importing data from
Articulate Instruments AAA.
read_textgrid.R is required for opening TextGrids to determine category and alignment information
of ultrasound traces.
License: GPL-3
Encoding: UTF-8
LazyData: true