Learn R Programming

inlabru (version 2.7.0)

fm_identical_CRS: Check if two CRS objects are identical

Description

Check if two CRS objects are identical

Usage

fm_identical_CRS(crs0, crs1, crsonly = FALSE)

Arguments

crs0, crs1

Two sp::CRS or inla.CRS objects to be compared.

crsonly

logical. If TRUE and any of crs0 and crs1 are inla.CRS objects, extract and compare only the sp::CRS objects. Default: FALSE