image_normalize =function(x){
ma=max(x)
mi=min(x)
(x-mi)/(ma-mi)
}
#a=image_pdc_RGB(image_normalize(volcano))
#image(a[,,1])
#image(volcano)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.