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"
temp <- tempfile()
download.file(url, temp, mode = "wb") # downloading the SaoLourencoBasin dataset
load(temp)
# the acc_changes() function, with the SaoLourencoBasin dataset
summary_dir(raster::unstack(SaoLourencoBasin))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.