compR: Edge Cases Checks all edge cases for rasters

Description Usage Arguments Value

Description

Edge Cases Checks all edge cases for rasters

Usage

1
2
compR(x, ..., extent = TRUE, rowcol = TRUE, crs = TRUE, res = TRUE,
  orig = TRUE, values = FALSE, stopiffalse = FALSE, showwarning = TRUE)

Arguments

x

raster object

...

raster objects

extent

compares the bounding boxes

rowcol

number of rows and columns are compared

crs

coordinate refernece system are compared

res

resolutions are compared

orig

origins are compared

values

cell values are compared

stopiffalse

an error will occur

showwarning

a warning is given

Value

True or False depending on if the edgecases pass or fail.


colinr23/spatialcompare documentation built on May 13, 2019, 9:54 p.m.