forked from ropensci/phonfieldwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.65 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
export(annotate_textgrid)
export(audacity_to_df)
export(concatenate_soundfiles)
export(concatenate_textgrids)
export(create_empty_textgrid)
export(create_glossed_document)
export(create_presentation)
export(create_subannotation)
export(create_viewer)
export(df_to_eaf)
export(df_to_tier)
export(draw_sound)
export(draw_spectrogram)
export(eaf_to_df)
export(exb_to_df)
export(extract_intervals)
export(flextext_to_df)
export(formant_to_df)
export(get_sound_duration)
export(get_textgrid_names)
export(intensity_to_df)
export(pitch_to_df)
export(read_from_folder)
export(remove_textgrid_tier)
export(rename_soundfiles)
export(set_textgrid_names)
export(srt_to_df)
export(textgrid_to_df)
export(tier_to_df)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,image)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(mime,guess_type)
importFrom(rmarkdown,render)
importFrom(stats,fft)
importFrom(stats,sd)
importFrom(tools,file_ext)
importFrom(tuneR,Wave)
importFrom(tuneR,bind)
importFrom(tuneR,extractWave)
importFrom(tuneR,readMP3)
importFrom(tuneR,readWave)
importFrom(tuneR,writeWave)
importFrom(uchardet,detect_file_enc)
importFrom(utils,installed.packages)
importFrom(utils,read.delim)
importFrom(utils,write.csv)
importFrom(xml2,read_xml)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_child)
importFrom(xml2,xml_children)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)