powered by
Mathematical operations for stars objects
# S3 method for stars Math(x, ...)
object of class stars
parameters passed on to the Math functions
# NOT RUN { tif = system.file("tif/L7_ETMs.tif", package = "stars") x = read_stars(tif) a = sqrt(x) b = log(x, base = 10) # }
Run the code above in your browser using DataLab