raster2sixel | R Documentation |
Dump an image raster to the terminal in Sixel format
raster2sixel(raster)
raster |
the image 'raster' e.g. the output of |
Sixel is a bitmap format supported by some terminals. See, for example, https://en.wikipedia.org/wiki/Sixel.
Called for it's side effect of writing the image to the terminal (standard
out). Returns NULL
invisibly.
See raster2tgp
for output using Terminal Graphics Protocol.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.