I would like to know how I would go about performing image analysis in R. My goal is to convert images into matrices (pixel-wise information), extract/quantify color, estimate t
Try the rgdal package. You will be able to read (import) and write (export) GeoTiff image files from/to R.
Marcio Pupin Mello