Last chance! 50% off unlimited learning
Sale ends in
Check if two CRS objects are identical
fm_identical_CRS(crs0, crs1, crsonly = FALSE)
fm_crs()
, fm_CRS()
crs0 <- crs1 <- fm_crs("longlat_globe")
fm_crs_oblique(crs1) <- c(0, 90)
print(c(
fm_identical_CRS(crs0, crs0),
fm_identical_CRS(crs0, crs1),
fm_identical_CRS(crs0, crs1, crsonly = TRUE)
))
Run the code above in your browser using DataLab