View source: R/vision_augment.R
| show_image | R Documentation | 
Show a PIL or PyTorch image on 'ax'.
show_image(
  im,
  ax = NULL,
  figsize = NULL,
  title = NULL,
  ctx = NULL,
  cmap = NULL,
  norm = NULL,
  aspect = NULL,
  interpolation = NULL,
  alpha = NULL,
  vmin = NULL,
  vmax = NULL,
  origin = NULL,
  extent = NULL
)
| im | im | 
| ax | axis | 
| figsize | figure size | 
| title | title | 
| ctx | ctx | 
| cmap | color maps | 
| norm | normalization | 
| aspect | aspect | 
| interpolation | interpolation | 
| alpha | alpha value | 
| vmin | value min | 
| vmax | value max | 
| origin | origin | 
| extent | extent | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.