Hi everyone,

I am trying to use: library(imager)
in loading a 2D tiff image as:

im <- load.image(NameFile)

then I can plot it as:
R(im) %>% plot(main="my test")

but when saving this image elsewhere:
save.image(im, OutNameFile), the output image has apparently the right format 
(tiff) but this image is blank.

Thank you for your help on this,





        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to