File: NAMESPACE

package info (click to toggle)
fbonds 3042.78-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
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

################################################
## fBonds
################################################


################################################
## import name space
################################################

import("timeDate")
import("timeSeries")
import("fBasics")

importFrom("graphics", contour, grid, image, persp, title)
importFrom("stats", nlminb)


################################################
## functions
################################################

exportPattern(".")