Checks whether all objects of a list are in the same projection
Usage
## S3 method for class 'list':
equalProj(x)
Arguments
x
a list of projected objects, like DBBMM or Raster objects
Details
equalProj checks for equal projections. If an object has additional arguments (e.g. when it is centered) but the rest of its arguments are equal to the other objects the function returns TRUE with the warning that there are additional values.