adj_gamma | R Documentation |
Adjust gamma
adj_gamma(arr, gamma = 1/2.2)
arr |
array or matrix |
gamma |
gamma correction factor. Default: 1/2.2 |
adjusted array
Other array adjustment functions:
adj_clamp()
,
adj_infinite()
,
adj_rescale()
,
adj_shift_negatives_global()
,
adj_shift_negatives_local()
arr <- array(1:12, c(4, 3, 1))
arr
adj_gamma(arr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.