View source: R/generalfunctions.R
| summary_dir | R Documentation |
Listing major characteristics of raster inputs. Those characteristics are the dimensions, the resolution, the extent, the values (min, max) and the coordinate reference system.
summary_dir(path)
path |
The path for the Raster* directory or list of Raster* to be analysed. |
Table with the raster parameters in columns
url <- "https://zenodo.org/record/3685230/files/SaoLourencoBasin.rda?download=1"
if (OpenLand:::.openland_try_download_and_load_rda(url,
object = "SaoLourencoBasin", timeout = 10,
cache = FALSE
)) {
summary_dir(raster::unstack(SaoLourencoBasin))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.