R语言的jpeg包在readJPEG()之后用什么函数显示出来

Python015

R语言的jpeg包在readJPEG()之后用什么函数显示出来,第1张

我在R中加载包以后,输入readJPEG,返回的值是如下的样子: >readJPEG function (source, native = FALSE) .Call("read_jpeg", if (is.raw(source)) source else path.expand(source), native, PACKAGE = "jpeg")

这是ggplot的问题,加入print()可解决:

PEG(。。。。)

g1<-ggplot(。。。)

print(g1)

dev.off()