R/time_series_core.R
show_array.Rd
Show an array on `ax`.
show_array( array, ax = NULL, figsize = NULL, title = NULL, ctx = NULL, tx = NULL )
R array
axis
figure size
title, text
ctx
tx
None
if (FALSE) { arr = as.array(1:10) show_array(arr,title = 'My R array') %>% plot(dpi = 200) }