https://github.com/cran/Splancs
Raw File
Tip revision: b9130ef4eea6e85231f35c9046b0f784c7bb0bf9 authored by Roger Bivand on 23 August 2016, 18:04:04 UTC
version 2.01-39
Tip revision: b9130ef
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