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 52 53 54 55 56 57 58 59 60
|
# Generated by roxygen2: do not edit by hand
S3method(xylist,Polygon)
S3method(xylist,Polygons)
S3method(xylist,SpatialPolygons)
S3method(xylist,default)
S3method(xylist,gpc.poly)
S3method(xylist,owin)
S3method(xylist,sfg)
export(.polyCub.iso)
export(as.owin.Polygon)
export(as.owin.Polygons)
export(as.owin.SpatialPolygons)
export(as.owin.gpc.poly)
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(sfg2gpc)
export(xylist)
exportMethods(coerce)
if(getRversion() >= "3.6.0") { # delayed registration
S3method(spatstat.geom::as.owin, SpatialPolygons)
S3method(spatstat.geom::as.owin, Polygons)
S3method(spatstat.geom::as.owin, Polygon)
}
if(getRversion() >= "3.6.0") { # delayed registration
S3method(spatstat.geom::as.owin, gpc.poly)
}
import(methods)
importClassesFrom(sp,Polygon)
importClassesFrom(sp,Polygons)
importClassesFrom(sp,SpatialPolygons)
importClassesFrom(sp,owin)
importFrom(grDevices,extendrange)
importFrom(grDevices,gray)
importFrom(grDevices,heat.colors)
importFrom(grDevices,xy.coords)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(sp,Polygons)
importFrom(sp,SpatialPolygons)
importFrom(sp,coordinates)
importFrom(sp,plot)
importFrom(stats,cov2cor)
importFrom(stats,dist)
importFrom(stats,integrate)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
useDynLib(polyCub, .registration = TRUE)
|