View source: R/time_series_core.R
| show_array | R Documentation | 
Show an array on 'ax'.
show_array(
  array,
  ax = NULL,
  figsize = NULL,
  title = NULL,
  ctx = NULL,
  tx = NULL
)
array | 
 R array  | 
ax | 
 axis  | 
figsize | 
 figure size  | 
title | 
 title, text  | 
ctx | 
 ctx  | 
tx | 
 tx  | 
None
## Not run: 
arr = as.array(1:10)
show_array(arr,title = 'My R array') %>% plot(dpi = 200)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.