File: NAMESPACE

package info (click to toggle)
r-cran-logspline 2.1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: ansic: 4,496; fortran: 767; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Remove the previous line if you edit this file

useDynLib(logspline, .registration = TRUE)

# Export all names
exportPattern(".")

S3method(plot, logspline)
S3method(plot, oldlogspline)
S3method(print, logspline)
S3method(print, oldlogspline)
S3method(summary, logspline)
S3method(summary, oldlogspline)
importFrom("graphics", "lines", "par", "plot")
importFrom("stats", "runif")