Entering edit mode
ffarheen
•
0
@ffarheen-17875
Last seen 3.9 years ago
Hi there
Just wondering if there is a way to flip or rotate images in R-package Cardinal. I am getting the PCA or spatial clustering images of the brain tissue but they are up-side down. I tried:
test <- image(ssc)
rotate.image(test, angle = 180, compress = NULL)
But its not working!
Any help would be much appreciated.