File: NAMESPACE

package info (click to toggle)
r-cran-dicedesign 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 516 kB
  • sloc: ansic: 237; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
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
useDynLib(DiceDesign, .registration = TRUE, .fixes = "C_") 

export(
 coverage,
 discrepancyCriteria,
 discrepESE_LHS,
 discrepSA_LHS,
 dmaxDesign, 
 factDesign,
 faureprimeDesign,
 lhsDesign,
 maximinESE_LHS,
 maximinSA_LHS,
 meshRatio,
 mindist,
 mstCriteria,
 nolhDesign,
 nolhdrDesign,
 olhDesign,
 phiP,
 rss2d,
 rss3d,
 runif.faure,
 scaleDesign,
 straussDesign,
 unif.test.quantile,
 unif.test.statistic,
 unscaleDesign,
 wspDesign,
 xDRDN
)

import(graphics, grDevices, stats)