powered by
Ops functions for stars objects, including comparison, product and divide, add, subtract
# S3 method for stars Ops(e1, e2)
object of class stars
stars
# NOT RUN { tif = system.file("tif/L7_ETMs.tif", package = "stars") x = read_stars(tif) x * x x / x x + x x + 10 # }
Run the code above in your browser using DataLab