Skip to content

reading an image and adding a legend

2 messages · Simon Pickett, Dieter Menne

#
Simon Pickett <simon.pickett <at> bto.org> writes:
data/ten km areas in analysis.bmp")
Error message seems quite clear: bmp a non-supported format. Some year ago,
the wisdom was to convert your images using imagemagick

http://finzi.psych.upenn.edu/R/Rhelp02/archive/23131.html

But read.jpeg should work (another variant in rimage), if that's good enough
for your graphics

Dieter