equalProj: Checks projections for being equal

Description Usage Arguments Details Author(s) Examples

Description

Checks whether all objects of a list are in the same projection

Usage

1
2
  ## S4 method for signature 'list'
equalProj(x)

Arguments

x

a list of projected objects, like DBBMM or Raster objects, returning the projection string with with the function proj4string

Details

equalProj checks for equal projections using the function of identicalCRS from the package sp. It returns true if none of the objects have a proj4 string.

Author(s)

Bart Kranstauber

Examples

1
2
3
4
5
6

move documentation built on Jan. 16, 2017, 2:22 a.m.