-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
49 lines (47 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method("*",fes3d)
S3method("+",fes3d)
S3method("+",hillsfile3d)
S3method("+",minima3d)
S3method("-",fes3d)
S3method("/",fes3d)
S3method(head,hillsfile3d)
S3method(max,fes3d)
S3method(min,fes3d)
S3method(plot,fes3d)
S3method(plot,hillsfile3d)
S3method(plot,minima3d)
S3method(print,fes3d)
S3method(print,hillsfile3d)
S3method(print,minima3d)
S3method(summary,fes3d)
S3method(summary,hillsfile3d)
S3method(summary,minima3d)
S3method(tail,hillsfile3d)
S3method(feprof,minima3d)
S3method(fes,hillsfile3d)
S3method(fes2,hillsfile3d)
S3method(fesminima,fes3d)
S3method(fespoint,hillsfile3d)
S3method(oneminimum,fes3d)
S3method(plotheights,hillsfile3d)
export(read.hills3d)
export(read.plumed3d)
importFrom(metadynminer,feprof)
importFrom(metadynminer,fes)
importFrom(metadynminer,fes2)
importFrom(metadynminer,fesminima)
importFrom(metadynminer,oneminimum)
importFrom(metadynminer,plotheights)
importFrom(metadynminer,fespoint)
importFrom(Rcpp,sourceCpp)
importFrom(misc3d,contour3d)
importFrom(rgl,axes3d)
importFrom(rgl,box3d)
importFrom(rgl,text3d)
importFrom(rgl,points3d)
importFrom(rgl,title3d)
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(metadynminer3d)