Learn R Programming

move (version 1.0)

equalProj: Checks projections for being equal

Description

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.

Examples

Run this code
load(system.file("extdata", "move.RData", package="move"), .GlobalEnv)
  
  equalProj(list(leroydbbmm,leroydbbmm))

Run the code above in your browser using DataLab