View source: R/raster2terminal.R
raster2terminal | R Documentation |
Dump an image raster to the terminal using the Terminal Graphics Protocol
raster2terminal(raster, compress = TRUE)
raster |
the image 'raster' e.g. the output of |
compress |
compress the data before sending to the terminal. |
The Terminal Graphics Protocol is not supported by many Terminal Emulators. The most notable terminal emulator supporting the protocol is Kitty.
Called for it's side effect of writing the image to the terminal (standard
out). Return NULL
invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.