-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 883 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 883 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(boxplot,james)
S3method(getBestSolutionValues,james)
S3method(getBestSolutions,james)
S3method(getConvergenceTimes,james)
S3method(getNumSearchRuns,james)
S3method(getProblems,james)
S3method(getSearchRuns,james)
S3method(getSearches,james)
S3method(mergeJAMES,james)
S3method(plotConvergence,james)
S3method(reduceJAMES,james)
S3method(summary,james)
export(getBestSolutionValues)
export(getBestSolutions)
export(getConvergenceTimes)
export(getNumSearchRuns)
export(getProblems)
export(getSearchRuns)
export(getSearches)
export(mergeJAMES)
export(plotConvergence)
export(readJAMES)
export(reduceJAMES)
importFrom(graphics,boxplot)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(stats,IQR)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(utils,glob2rx)
importFrom(utils,head)
importFrom(utils,tail)