canvas_function函數(shù)曲線圖佩抹,R語言aRtsy包生成藝術
canvas_function函數(shù)曲線圖2.jpg
# Thu Sep 02 01:38:20 2021 edit
# 字符編碼:UTF-8
# R 版本:R 4.1.1 x64 for window 11
# cgh163email@163.com
# 個人筆記不負責任叼风,拎了個梨????
#.rs.restartR()
rm(list = ls());gc()
library(aRtsy)#gg生成藝術·
?canvas_function # 在畫布上繪制函數(shù)。
set.seed(10)
canvas_function(color = 'green', background = '#CC9966')
ggplot2::ggsave(filename = 'canvas_function函數(shù)曲線圖2.jpg')
# Thu Sep 02 01:51:50 2021 --