/usr/lib/R/site-library/polyCub/NAMESPACE is in r-cran-polycub 0.5-2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | # Generated by roxygen2 (4.1.0): do not edit by hand
S3method(as.owin,Polygon)
S3method(as.owin,Polygons)
S3method(as.owin,SpatialPolygons)
S3method(as.owin,gpc.poly)
S3method(xylist,Polygon)
S3method(xylist,Polygons)
S3method(xylist,SpatialPolygons)
S3method(xylist,default)
S3method(xylist,gpc.poly)
S3method(xylist,owin)
export(.polyCub.iso)
export(checkintrfr)
export(circleCub.Gauss)
export(gpc2owin)
export(gpclibPermit)
export(gpclibPermitStatus)
export(owin2gpc)
export(plotpolyf)
export(polyCub)
export(polyCub.SV)
export(polyCub.exact.Gauss)
export(polyCub.iso)
export(polyCub.midpoint)
export(xylist)
exportMethods(coerce)
import(methods)
import(sp)
importFrom(grDevices,extendrange)
importFrom(grDevices,gray)
importFrom(grDevices,heat.colors)
importFrom(grDevices,xy.coords)
importFrom(graphics,image)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(spatstat,as.im.function)
importFrom(spatstat,as.owin)
importFrom(spatstat,as.polygonal)
importFrom(spatstat,integral.im)
importFrom(spatstat,is.polygonal)
importFrom(spatstat,owin)
importFrom(spatstat,plot.im)
importFrom(spatstat,plot.owin)
importFrom(spatstat,summary.owin)
importFrom(stats,cov2cor)
importFrom(stats,dist)
importFrom(stats,integrate)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
useDynLib(polyCub,C_polygauss)
|