-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
64 lines (63 loc) · 1.59 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
# Generated by roxygen2: do not edit by hand
S3method("+",spiketimes)
S3method("[",mpsth)
S3method("[",spiketimes)
S3method(as.repeatedTrain,default)
S3method(as.repeatedTrain,spiketimes)
S3method(as.ts,mpsth)
S3method(as.ts,psth)
S3method(divide,spiketimes)
S3method(mean,mts)
S3method(merge,spiketimes)
S3method(plot,mpsth)
S3method(plot,spiketimes)
S3method(scale,ts)
S3method(split,spiketimes)
S3method(subset,spiketimes)
export(AddLinesToRasterPlot)
export(CollectSpikesFromSweeps)
export(MakeAverageWaves)
export(OdourResponseFromSpikes)
export(PlotOdourResponseFromSpikes)
export(PlotRasterFromSweeps)
export(as.mpsth)
export(as.repeatedTrain)
export(divide)
export(finder_colour)
export(finder_colour_fast)
export(fix.odd)
export(is.spiketimes)
export(lifetime_sparseness)
export(read.odd)
export(set_finder_colour)
export(smooth_decimate)
export(smpsth)
export(spiketimes)
export(tsp.nclamppxp)
export(tsp.psth)
importFrom(IgorR,read.pxp)
importFrom(IgorR,tsp.igorwave)
importFrom(STAR,as.repeatedTrain)
importFrom(STAR,is.repeatedTrain)
importFrom(STAR,psth)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,stripchart)
importFrom(graphics,title)
importFrom(methods,is)
importFrom(stats,as.ts)
importFrom(stats,na.omit)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(stats,window)
importFrom(tools,md5sum)
importFrom(utils,read.table)