fortify.im | R Documentation |
im
objectsThis method extracts coordinate and intensity data from a
im
to a data frame, so that it can be plotted
with ggplot.
## S3 method for class 'im' fortify(model, data, ...)
model |
im object |
data |
not used by this method |
... |
ignored by this method |
data.frame with 3 columns: x
, y
and value
where x
& y
are the pixel coordinates, value
is the
intensity value at that pixel coordinate.
im
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.