这似乎很简单,但我无法将 jpeg 或任何类型的图像读入 R 2.15。在 R 2.10 中,我可以使用rimage
库或ReadImage
库来做到这一点 - 例如使用 read.jpeg - 但在 R 2.15 及更高版本中似乎没有办法做到这一点。对此有什么想法吗?
library('ReadImages')
Error in library("ReadImages") : there is no package called ‘ReadImages’ >
install.packages('ReadImages') Installing package(s) into ‘C:/Program Files/R/R-2.15.1/library’ (as ‘lib’ is unspecified)
Warning in install.packages : package ‘ReadImages’ is not available (for R version 2.15.1)