📜  emf from r plot - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:51:58.347000             🧑  作者: Mango

代码示例1
library(devEMF)
emf(file = "trial.emf", emfPlus = FALSE)
plot(1:10, seq(10, 100, 10), type = "l", xlab = "Time", ylab = "Distance")
dev.off()

# When you paste this image in word you can resize it and it will keep its quality