-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
S3method("*",fes)
S3method("+",fes)
S3method("+",hillsfile)
S3method("+",minima)
S3method("-",fes)
S3method("/",fes)
S3method(feprof,minima)
S3method(fes,hillsfile)
S3method(fes2,hillsfile)
S3method(fesminima,fes)
S3method(fespoint,hillsfile)
S3method(head,hillsfile)
S3method(lines,fes)
S3method(lines,hillsfile)
S3method(lines,nebpath)
S3method(max,fes)
S3method(min,fes)
S3method(oneminimum,fes)
S3method(plot,fes)
S3method(plot,hillsfile)
S3method(plot,minima)
S3method(plot,nebpath)
S3method(plot,profiles)
S3method(plotheights,hillsfile)
S3method(points,fes)
S3method(points,hillsfile)
S3method(points,nebpath)
S3method(print,fes)
S3method(print,hillsfile)
S3method(print,minima)
S3method(print,nebpath)
S3method(print,profiles)
S3method(summary,fes)
S3method(summary,hillsfile)
S3method(summary,minima)
S3method(summary,nebpath)
S3method(summary,profiles)
S3method(tail,hillsfile)
export(emptyhills)
export(feprof)
export(fes)
export(fes2)
export(fes2d21d)
export(fesminima)
export(fespoint)
export(linesonfes)
export(neb)
export(oneminimum)
export(plotheights)
export(pointsonfes)
export(prob)
export(read.hills)
export(read.plumed)
importFrom(Rcpp,sourceCpp)
importFrom(utils,head,tail,read.table)
importFrom(grDevices,rainbow)
importFrom(graphics,axis,box,contour,image,layout,lines,par,plot,points,text,screen,split.screen,close.screen)
useDynLib(metadynminer)