Check input landscape
Check input landscape
check_landscape(landscape, verbose) ## S3 method for class 'RasterLayer' check_landscape(landscape, verbose = TRUE) ## S3 method for class 'RasterStack' check_landscape(landscape, verbose = TRUE) ## S3 method for class 'RasterBrick' check_landscape(landscape, verbose = TRUE) ## S3 method for class 'stars' check_landscape(landscape, verbose = TRUE) ## S3 method for class 'list' check_landscape(landscape, verbose = TRUE)
landscape |
Raster* Layer, Stack, Brick, Stars or a list of rasterLayers |
verbose |
Print warning messages. |
This function extracts basic information about the input landscape. It includes a type of coordinate reference system (crs) - either "geographic", "projected", or NA, units of the coordinate reference system, a class of the input landscape's values and the number of classes found in the landscape.
tibble
check_landscape(augusta_nlcd) check_landscape(podlasie_ccilc) check_landscape(raster::stack(landscape, landscape))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.