I have been trying to run the code in R to normalize an image and clip the channel at 0.2. However, I keep getting an issued argument for anything I put after the first argument. inputRange is listed as an argument in the documentation.
norm_images <- normalize(cur_images, inputRange = c(0, 0.2))
I tried adding other arguments in such as separate or ft and those also did not work despite being listed in the API.
normalizefunction defined?EBImage::normalize()instead of just function namenormalize(). Share your sessionInfo.