R/Defunct.R

Defines functions WwfLoad SpGeoCodH SpeciesGeoCoder ReadPoints MapGrid GetElevation CoExClass GeoClean

Documented in CoExClass GeoClean GetElevation MapGrid ReadPoints SpeciesGeoCoder SpGeoCodH WwfLoad

GeoClean <- function() {
    .Defunct(msg = "GeoClean is defunct.\nUse 'CleanCoordinates' from the 'CoordinateCleaner' package instead")
}

CoExClass <- function() {
    .Defunct(msg = "defunct without direct replacement, as of v. 2.0-8")
}

GetElevation <- function() {
    .Defunct(msg = "defunct without direct replacement, as of v. 2.0-8")
}

MapGrid <- function() {
    .Defunct(new = "plot.raster", package = "raster", msg = "defunct without direct replacement, as of v. 2.0-8")
}

ReadPoints <- function() {
    .Defunct(new = "SpGeoCod")
}

SpeciesGeoCoder <- function() {
    .Defunct(new = "SpGeoCod")
}

SpGeoCodH <- function() {
    .Defunct(new = "SpGeoCod")
}

WwfLoad <- function() {
    .Defunct(new = "WWFload")
}
azizka/speciesgeocodeR documentation built on Sept. 5, 2023, 3:45 a.m.