Learn R Programming

movecost (version 3.0.0)

movecost-defunct: Defunct functions in movecost

Description

The user-facing functions of the movecost 2.x series were removed in movecost 3.0.0 as part of the architectural redesign (a single cost surface is now built once with mc_surface and reused by every analysis function). The 2.x names below are retained only as defunct stubs: each one raises an error naming its replacement, so that code written for the 2.x series fails with an informative message rather than an opaque "could not find function" error. See the 2.x-to-3.0 correspondence table in the NEWS file for the full mapping.

Usage

movecost(...)

movecorr(...)

movealloc(...)

movebound(...)

movenetw(...)

moverank(...)

movecomp(...)

Value

These functions are defunct and return nothing; each one stops with an error that directs you to its 3.0 replacement.

Arguments

...

Arguments of the former 2.x functions; accepted but ignored.