假设我有一个列表名称 Label1 如下
[1] "adelaide" "allah" "ampamp" "anak" "anwar" "audit" "australia" "bajet"
[9] "baru" "bersama" "blog" "dato" "doakan" "dsai" "eid" "festival"
我想把它全部打印到图像(png)上。任何想法?如果可能,还包括顶部的标题。我尝试使用
png(file.choose(), w=700, h=1000)
par(mar=c(5,10,2,2))
print(Label1)
dev.close()
但是它只适用于我猜的情节。