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.
movecost(...)movecorr(...)
movealloc(...)
movebound(...)
movenetw(...)
moverank(...)
movecomp(...)
These functions are defunct and return nothing; each one stops with an error that directs you to its 3.0 replacement.
Arguments of the former 2.x functions; accepted but ignored.