https://github.com/cran/spatstat
Raw File
Tip revision: 26a1e7cc4269fddf8cee126df2fa970878273715 authored by Adrian Baddeley on 26 March 2024, 15:20:02 UTC
version 3.0-8
Tip revision: 26a1e7c
NAMESPACE
# spatstat NAMESPACE file

importFrom(utils, RShowDoc, news, page, read.table)

import(spatstat.utils)
import(spatstat.data)
import(spatstat.geom)
import(spatstat.random)
import(spatstat.explore)
import(spatstat.model)
import(spatstat.linnet)

# no dynamic library

# Do not edit the following.
# It is generated automatically.




# .................................................. 
#  load dynamic library
#      (native routines are now registered in init.c)
# .................................................. 

# There is no dynamic library
# useDynLib(spatstat, .registration=TRUE)

# .................................................. 
# Automatically-generated list of documented objects 
# .................................................. 
export("beginner")
export("bugfixes")
export("foo")
export("latest.news")
export("plot.foo")
export("print.autoexec")    
export("print.bugtable")
export("spatstat.family")

# .......  Special cases ........... 
# .......  End of special cases  ... 

# ......................................... 
# Automatically generated list of S3 methods
# ......................................... 
S3method("plot", "foo")
S3method("print", "autoexec")
S3method("print", "bugtable")
# ......................................... 
#      Assignment methods                   
# ......................................... 
# ......................................... 
#      End of methods                       
# ......................................... 
back to top