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_)