Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

show_array

Show_array


Description

Show an array on 'ax'.

Usage

show_array(
  array,
  ax = NULL,
  figsize = NULL,
  title = NULL,
  ctx = NULL,
  tx = NULL
)

Arguments

array

R array

ax

axis

figsize

figure size

title

title, text

ctx

ctx

tx

tx

Value

None

Examples

## Not run: 

arr = as.array(1:10)
show_array(arr,title = 'My R array') %>% plot(dpi = 200)


## End(Not run)

fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.