Alias for [encode_ratio_image()] retained for backwards compatibility.
Examples
x <- c(5, 3, 1)
make_ratio_image(x)
#> [,1] [,2] [,3]
#> [1,] 0 2 4
#> [2,] -2 0 2
#> [3,] -4 -2 0
Alias for [encode_ratio_image()] retained for backwards compatibility.
x <- c(5, 3, 1)
make_ratio_image(x)
#> [,1] [,2] [,3]
#> [1,] 0 2 4
#> [2,] -2 0 2
#> [3,] -4 -2 0