07 January 2021 4 6K Report

After plotting the raster data using the plot() function in 'R'.

How can we plot the other layer overlayed with dot/line pattern in place of color fill as shown in the picture attached?

library(ncdf4)

library(raster)

plot(raster_layer1)

par(new=TRUE)

plot(raster_layer_with_pattern_)

More Atul Saini's questions See All
Similar questions and discussions