# 数据划分
# 设置工作空间
# 把“数据及程序”文件夹拷贝到F盘下,再用setwd设置工作空间
#E:\数学建模大赛\数学建模培训1(8.14)\chapter2\示例程序
#E:/R语言数据分析与挖掘实战/chapter2/示例程序
setwd("E:/数学建模大赛/数学建模培训1(8.14)/chapter2/示例程序")
# 读入数据
data <- read.csv("./data/time_series.csv", header = TRUE)# 定制作图
png(file = "./tmp/myplot.png") # 图片输出为PNG文件
plot(data[, 1], data[, 2], type = "b", col = "red",xlab = "time", ylab = "Response") # 使用-o连接,颜色为红色
title(main = "时间序列图")
dev.off()
详细解决方案
Mathematical modeling02(图片显示不出来)
热度:95 发布时间:2023-10-16 06:57:40.0
相关解决方案
- Mathematical modeling The problem01
- Mathematical modeling03
- Mathematical modeling02(图片显示不出来)
- Mathematical modeling Error01
- Mathematical modeling01(odbcConnect、sqlFetch、sqlQuery)
- HDOJ 1017 A Mathematical Curiosity
- Mathematical Curse(dp)
- Codeforces Round #516 (Div. 2,B. Equations of Mathematical Magic(思维)
- ACM-ICPC 2018 焦作赛区网络预赛 Mathematical Curse (简单DP+维护极值)
- mathematical induction
- A Mathematical Curiosity数学好奇心 15
- HDOJ1017 A Mathematical Curiosity
- 【ACM-ICPC 2018 焦作赛区网络预赛 B.Mathematical Curse】 DP
- 【CF_516_div2_B】Equations of Mathematical Magic
- zoj - 2928 - Mathematical contest in modeling(爬山)
- Mathematical Analysis of 2048, The Game论文分享