This function makes any number of pixel images on a network compatible,
by converting them all to a common pixel grid.
The command harmonise is generic. This is the
method for objects of class "linim".
At least one of the arguments ... must be a pixel image
on a network (object of class "linim") or a network
(class "linnet") so that the network is defined.
If several arguments contain network information then they must
specify the same network.
Other arguments may be two-dimensional images
(class "im"), windows (class "owin"),
functions (function(x,y)) or numerical constants. These will be
converted to images using as.linim.
The return value is a list, with entries corresponding to the input
arguments, in which each entry is a pixel image on the same network.
If the arguments were named (name=value) then the return value
also carries these names.