Apply the Radon transform to magick image objects.
You can install the development version of radon like so:
# install.packages("devtools")
devtools::install_github("hrryt/radon")
Apply the Radon transform to the ImageMagick logo:
library(radon)
(im <- image_square(magick::logo))
image_radon(im, steps = 360, progress = FALSE)