https://github.com/cran/Splancs
Raw File
Tip revision: 148f193b1995b97bf0c96de763f3d85b44fc88df authored by Roger Bivand on 16 April 2017, 20:58:55 UTC
version 2.01-40
Tip revision: 148f193
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