1
0

修复配置,增加Rmd示例,更新说明

This commit is contained in:
Steven Hobs
2025-08-20 17:11:49 +08:00
parent ad8ef460d6
commit 8bb040371d
5 changed files with 81 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ y <- rnorm(100) # 生成 100 个正态分布随机数作为 y 值
# 创建散点图
plot(x, y,
main = "Scatter Plot of Random Data", # 图表标题
main = "随机数据的散点图", # 图表标题
xlab = "X-axis Label", # X 轴标签
ylab = "Y-axis Label", # Y 轴标签
col = "blue", # 点的颜色