/usr/lib/R/site-library/maptools/NAMESPACE is in r-cran-maptools 1:0.8-30-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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | useDynLib(maptools)
import(sp)
import(foreign)
import(grid)
importFrom(lattice, strip.custom, trellis.grobname, trellis.par.get, llines)
importFrom(stats, smooth.spline)
import(methods)
export(leglabs, dotsInPolys, symbolsInPolys, getinfo.shape, print.shapehead)
# plotpolys, shape2poly, shape2lines,
# shape2points, shape2bbs, Map2poly, Map2poly1, Map2lines, Map2points,
# Map2bbs, convert.pl, get.Pcent, read.shape,
# plot.Map, plot.polylist, subset.polylist, maptools, dotsInPolys,
# symbolsInPolys, write.pointShape, write.polylistShape,
# write.linelistShape)
export(readShapePoints, readShapeLines, readShapePoly)
export(writePointsShape, writeLinesShape, writePolyShape)
export(readShapeSpatial, writeSpatialShape)
export(readAsciiGrid, writeAsciiGrid)
export(readGPS)
export(sp2WB, sp2tmap, sp2Mondrian, readSplus)
export(gzAzimuth, trackAzimuth)
export(MapGen2SL, ArcObj2SLDF, ContourLines2SLDF, pal2SpatialPolygons)
#exportClass(ppp, im, owin, psp)
exportMethods("crepuscule", "sunriset", "solarnoon", "solarpos")
export(SpatialPolygons2PolySet, SpatialLines2PolySet, PolySet2SpatialPolygons, PolySet2SpatialLines, map2SpatialPolygons, map2SpatialLines, pruneMap)
export(as.ppp.SpatialPoints, as.ppp.SpatialPointsDataFrame, as.SpatialPoints.ppp, as.SpatialPointsDataFrame.ppp, as.SpatialGridDataFrame.ppp)
export(as.owin.SpatialGridDataFrame, as.owin.SpatialPixelsDataFrame, as.owin.SpatialPolygons, as.SpatialGridDataFrame.im, as.im.SpatialGridDataFrame)
export(as.psp.SpatialLinesDataFrame, as.psp.SpatialLines, as.psp.Lines, as.psp.Line, as.SpatialLines.psp)
export(gpclibPermit, gpclibPermitStatus, rgeosStatus)
export(unionSpatialPolygons, nowrapSpatialPolygons, nowrapRecenter, checkPolygonsHoles)
export(Rgshhs, getRgshhsMap)
export(CCmaps)
exportMethods(coerce, spCbind, spRbind)
exportMethods(elide)
export(GE_SpatialGrid, kmlOverlay, Sobj_SpatialGrid)
export(kmlPolygons, kmlLines, kmlPolygon, kmlLine, getKMLcoordinates, kmlPoints)
export(pointLabel, gcDestination)
export(thinnedSpatialPoly)
export(snapPointsToLines, nearestPointOnSegment, nearestPointOnLine, SpatialLinesMidPoints)
export(panel.pointLabel, lineLabel)
S3method("drawDetails", "labels")
exportMethods(sp.pointLabel, sp.lineLabel, label)
#S3method(plot, Map)
#S3method(plot, polylist)
#S3method(subset, polylist)
S3method(print, shapehead)
#S3method(as.ppp, SpatialPoints)
#S3method(as.ppp, SpatialPointsDataFrame)
#S3method(as.owin, SpatialGridDataFrame)
#S3method(as.owin, SpatialPixelsDataFrame)
#S3method(as.owin, SpatialPolygons)
#S3method(as.SpatialPoints, ppp)
#S3method(as.SpatialPointsDataFrame, ppp)
#S3method(as.SpatialGridDataFrame, ppp)
#S3method(as.SpatialGridDataFrame, im)
|