Learn R Programming

alineR (version 1.1.4)

show.map: IPA-ASCII character map

Description

Generating a dataframe containing the IPA and ASCII representation of the integer values stored in map.

Usage

show.map()

Arguments

Value

A dataframe containing the following columns:

IPA

IPA characters

ALINE

ALINE characters

U.Val

Integer values for the IPA characters

A.Val

Integer values for the ALINE characters

Details

CRAN policy specifies IPA characters cannot be stored in the dataframe ALINE.map. This function enables users to see the actual IPA characters and how they are mapped to ALINE encodings.

Examples

Run this code
# NOT RUN {
show.map()
# }

Run the code above in your browser using DataLab