S3 method to create a data frame from a 3d array.
fortify(model, data, ...)# S3 method for default
fortify(model, data, ...)
array as e.g. returned from readJPEG
not used by this method
not used by this method
data frame
x x coordinate in pixels
y y coordinate in pixels (usually negative)
red number vector in (0,1) describing the amount of red of the pixel in an RGB model
green number vector in (0,1) describing the amount of green of the pixel in an RGB model
blue number vector in (0,1) describing the amount of blue of the pixel in an RGB model