useDynLib(adehabitatMA)

import(methods, sp)
importFrom(utils, head, tail)
importFrom("graphics", "axis", "barplot", "box", "close.screen", "lines", "locator", "par", "screen", "split.screen", "text", "title", "hist", "image")
importFrom("grDevices", "gray", "n2mfrow")
importFrom("stats", "density")

export(.adehabitatMAEnv)
exportPattern("^[a-o]")
exportPattern("^[q-z]")


S3method(hist, SpatialPixelsDataFrame)
S3method(head, SpatialPointsDataFrame)
S3method(tail, SpatialPointsDataFrame)
S3method(head, SpatialPoints)
S3method(tail, SpatialPoints)

S3method(print, SpatialPixelsDataFrame)
S3method(print, SpatialPixels)
S3method(print, SpatialGridDataFrame)
S3method(print, SpatialPolygonsDataFrame)


exportMethods(show)
