我需要将R的ggplot2图形输出为具有透明背景的PNG文件。 ... p <- p + opts( panel.background = theme_rect(fill = "transparent",colour = NA), ...
確定! 回上一頁