https://github.com/cran/Splancs
Raw File
Tip revision: eaf5f274d4dec3fd8f678c958c65be190c8c41cb authored by Roger Bivand on 21 August 2023, 08:20:02 UTC
version 2.01-44
Tip revision: eaf5f27
NAMESPACE
useDynLib(splancs)

# Default NAMESPACE created by R

# Export all names
#exportPattern(".")
exportPattern("^[^\\.]")

# Import all packages listed as Imports or Depends
import(sp)
importFrom(stats, runif, quantile, optim, rpois, rnorm)
importFrom(graphics, locator, identify, lines, par, hist, image, title, points, polygon, persp, abline, text)
importFrom(grDevices, dev.cur, heat.colors, dev.off, dev.set, chull)
importFrom(methods, slot)

S3method(print, ribfit)
S3method(print, khat)
S3method(plot, khat)
back to top