File:NZU-NZ-emission-unit-720by540.svg

原始文件(SVG文件,尺寸为720 × 540像素,文件大小:104 KB)


摘要

描述
English: New Zealand emission unit prices in the NZ emissions trading scheme 2010 to present. The processed monthly data comes from a Github repository https://github.com/theecanmole/nzu
日期
来源 Data; Theecanmole. (2016). New Zealand emission unit (NZU) monthly prices 2010 to 2016: V1.0.01 [Data set]. Zenodo. http://doi.org/10.5281/zenodo.221328
作者 Mrfebruary
SVG开发
InfoField
 
SVG的源代码为有效代码
 
矢量图使用R创作。
源代码
InfoField

R code

# Create charts of processed monthly mean NZU prices
# download monthly price data from Github
# make a short 'list' for the url of the data at Github
urldata <- c("https://raw.githubusercontent.com/theecanmole/nzu/master/nzu-month-price.csv")
# define the destination file name and location
monthprice <-c("nzu-month-price.csv")
download.file(urldata, monthprice)
# or read in the price data from the .csv file in the destination folder
monthprice <- read.csv("nzu-month-price.csv", skip=0, header=TRUE, sep=",", colClasses = c("Date","numeric"),na.strings="NA", dec=".", strip.white=TRUE)
# create time series of price data
mpts <- ts(data = monthprice[["price"]], start =c(2010, 5), deltat = 1/12)
# Create svg format graph
svg(filename="NZUprice-720by540.svg", width = 8, height = 6, pointsize = 16, onefile = FALSE, family = "sans", bg = "white", antialias = c("default", "none", "gray", "subpixel"))
par(mar=c(2.7,2.7,1,1)+0.1)
plot(mpts,tck=0.01,axes=TRUE,ann=TRUE,las=1,col="red",lwd=2,type='l',lty=1)
grid(col="darkgray",lwd=1)
axis(side=4, tck=0.01, las=0,tick=TRUE,labels = FALSE)
mtext(side=1,cex=0.75,line=-1.1,"Data: 'NZU monthly prices' https://github.com/theecanmole/nzu")
mtext(side=3,cex=1.5, line=-2.2,expression(paste("New Zealand Unit Prices 2010 - 2024")) )
mtext(side=2,cex=1, line=-1.3,"$NZ Dollars/tonne")
mtext(side=4,cex=0.75, line=0.05,R.version.string)
dev.off()

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名 相同方式共享
本文件采用知识共享署名-相同方式共享 4.0 国际许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。
  • 相同方式共享 – 如果您再混合、转换或者基于本作品进行创作,您必须以与原先许可协议相同或相兼容的许可协议分发您贡献的作品。

说明

添加一行文字以描述该文件所表现的内容
New Zealand emission unit prices in the NZ emissions trading scheme 2010 to present

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500
日期/时间缩⁠略⁠图大小用户备注
当前2024年4月5日 (五) 07:122024年4月5日 (五) 07:12版本的缩略图720 × 540(104 KB)Mrfebruaryupdate
2024年3月2日 (六) 07:502024年3月2日 (六) 07:50版本的缩略图720 × 540(104 KB)Mrfebruaryupdate
2024年2月10日 (六) 06:462024年2月10日 (六) 06:46版本的缩略图720 × 540(104 KB)Mrfebruaryupdate
2024年1月29日 (一) 05:272024年1月29日 (一) 05:27版本的缩略图720 × 540(104 KB)Mrfebruaryupdate
2023年12月10日 (日) 06:592023年12月10日 (日) 06:59版本的缩略图720 × 540(105 KB)Mrfebruaryupdate
2023年12月3日 (日) 00:442023年12月3日 (日) 00:44版本的缩略图720 × 540(134 KB)Mrfebruaryupdate
2023年11月24日 (五) 03:592023年11月24日 (五) 03:59版本的缩略图720 × 540(105 KB)Mrfebruaryupdate
2023年11月17日 (五) 04:202023年11月17日 (五) 04:20版本的缩略图720 × 540(103 KB)Mrfebruaryupdate
2023年11月17日 (五) 03:522023年11月17日 (五) 03:52版本的缩略图720 × 540(103 KB)Mrfebruaryupdate
2023年11月4日 (六) 07:272023年11月4日 (六) 07:27版本的缩略图720 × 540(103 KB)Mrfebruaryupdate
最新 | 最旧) 查看(较新10条 | )(10 | 20 | 50 | 100 | 250 | 500

以下页面使用本文件:

全域文件用途

以下其他wiki使用此文件:

元数据