plot_raster: plot raster files

View source: R/plot_raster.R

plot_rasterR Documentation

plot raster files

Description

plot raster files

Usage

plot_raster(r, num_color = 10, num_decimal = 1, style = "quantile")

Arguments

r

SpatRaster to be ploted

num_color

integer number of colors

num_decimal

integer decimal places in legend

style

character "sd", "equal", "pretty", "quantile", "kmeans"

Examples

# plot_raster(r = dem, num_color = 8, num_decimal = 2, style = "quantile")

elpidiofilho/mdsFuncs documentation built on April 14, 2022, 5:40 p.m.