| raw_spec | R Documentation | 
write_png()Create a specification for how raw bytes should be interpreted when passed
to write_png()
raw_spec(width, height, depth, bits)
| width,height | image dimensions | 
| depth | number of colour channels. Integer value in range [1, 4] | 
| bits | number of bits for each colour channel. Either 8 or 16. | 
named list to pass to the write_png(..., raw_spec = )
raw_spec(100, 20, 3, 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.