The function f in:
z1..m=f(i1..n, p1..l)
is represented by a set of pcrcalc functions in a static (or cartographic) modelling script:
pcrcalc statement; pcrcalc statement; ... ...
operations are performed from top to bottom:
# this is a cartographic modelling script file Friction = lookupscalar(friction.tbl,LandUse); Friction = 2.5 * Friction; CostDist = spread(Start,0,Friction);