Skip to contents

Custom visual raster text plot (for raster values and indexes)

Usage

vr_geom_text(r, color = I("#222222"), label = NULL, ...)

Arguments

r

Raster*

color

color line colors

label

to override default labelling (raster values), you can provide a vector of length ncell(r)

...

other arguments passed to [ggplot2::geom_text()]