Following the documentation for raster::plot()
, any extra parameters passed to it are passed to fields::image.plot()
. See: image.plot
Based on the answer to this: Increase font size in legend of image.plot, you should be able to pass
axis.args = list(cex.axis = font_size)
as a parameter to your call to plot()
to change the legend tick label size.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…