Nothing
Code
compare_spatrasters(x, terra::crs(x))
Condition
Error in `compare_spatrasters()`:
! `x` and `y` must be <SpatRaster>s. `x` is <SpatRaster>, `y` is <character>
Code
compare_spatrasters(1, "a")
Condition
Error in `compare_spatrasters()`:
! `x` and `y` must be <SpatRaster>s. `x` is <numeric>, `y` is <character>
Code
res <- compare_spatrasters(x, y)
Message
! Results of `tidyterra::compare_spatrasters()`:
The following attributes are not equal:
* crs
Code
res <- compare_spatrasters(x, y)
Message
! Results of `tidyterra::compare_spatrasters()`:
The following attributes are not equal:
* extent
Code
res <- compare_spatrasters(x, y)
Message
! Results of `tidyterra::compare_spatrasters()`:
The following attributes are not equal:
* resolution
Code
res <- compare_spatrasters(x, y)
Message
! Results of `tidyterra::compare_spatrasters()`:
The following attributes are not equal:
* crs
* extent
* resolution
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.