Description Usage Arguments Details Value See Also Examples
create a grob from EBImage object
1 2 | ebimageGrob(pic, x = 0.5, y = 0.5, scale = 1,
raster = FALSE, angle = NULL, ...)
|
pic |
object of class Image |
x |
x unit |
y |
y unit |
scale |
numeric scale factor |
raster |
logical: use rasterGrob(R>=2.11) or imageGrob(RGraphics) |
angle |
numeric: angle in degrees |
... |
optional grob parameters, passed to imageGrob or rasterGrob |
Very primitive function, using RGraphics' imageGrob or rasterGrob (R>2.11)
a gTree of class 'ebimage', with natural width and height in points
Other grob userlevel: arcTextGrob,
barbedGrob, borderGrob,
colorstripGrob, ellipseGrob,
interleaven, ngonGrob,
patternGrob, pixmapGrob,
rpatternGrob, stextGrob,
tableGrob, virtualGrob
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.