파일: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 파일의 소스 코드 문법이 올바릅니다.
 
chart 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:ko:크리에이티브 커먼즈
저작자표시 동일조건변경허락
이용자는 다음의 권리를 갖습니다:
  • 공유 및 이용 – 저작물의 복제, 배포, 전시, 공연 및 공중송신
  • 재창작 – 저작물의 개작, 수정, 2차적저작물 창작
다음과 같은 조건을 따라야 합니다:
  • 저작자표시 – 적절한 저작자 표시를 제공하고, 라이센스에 대한 링크를 제공하고, 변경사항이 있는지를 표시해야 합니다. 당신은 합리적인 방식으로 표시할 수 있지만, 어떤 방식으로든 사용권 허가자가 당신 또는 당신의 사용을 지지하는 방식으로 표시할 수 없습니다.
  • 동일조건변경허락 – 만약 당신이 이 저작물을 리믹스 또는 변형하거나 이 저작물을 기반으로 제작하는 경우, 당신은 당신의 기여물을 원저작물과 동일하거나 호환 가능한 라이선스에 따라 배포하여야 합니다.

설명

이 파일이 나타내는 바에 대한 한 줄 설명을 추가합니다
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일 (금) 16:122024년 4월 5일 (금) 16:12 판의 섬네일720 × 540 (104 KB)Mrfebruaryupdate
2024년 3월 2일 (토) 16:502024년 3월 2일 (토) 16:50 판의 섬네일720 × 540 (104 KB)Mrfebruaryupdate
2024년 2월 10일 (토) 15:462024년 2월 10일 (토) 15:46 판의 섬네일720 × 540 (104 KB)Mrfebruaryupdate
2024년 1월 29일 (월) 14:272024년 1월 29일 (월) 14:27 판의 섬네일720 × 540 (104 KB)Mrfebruaryupdate
2023년 12월 10일 (일) 15:592023년 12월 10일 (일) 15:59 판의 섬네일720 × 540 (105 KB)Mrfebruaryupdate
2023년 12월 3일 (일) 09:442023년 12월 3일 (일) 09:44 판의 섬네일720 × 540 (134 KB)Mrfebruaryupdate
2023년 11월 24일 (금) 12:592023년 11월 24일 (금) 12:59 판의 섬네일720 × 540 (105 KB)Mrfebruaryupdate
2023년 11월 17일 (금) 13:202023년 11월 17일 (금) 13:20 판의 섬네일720 × 540 (103 KB)Mrfebruaryupdate
2023년 11월 17일 (금) 12:522023년 11월 17일 (금) 12:52 판의 섬네일720 × 540 (103 KB)Mrfebruaryupdate
2023년 11월 4일 (토) 16:272023년 11월 4일 (토) 16:27 판의 섬네일720 × 540 (103 KB)Mrfebruaryupdate
(최신 | 오래됨) (다음 10개 | ) (10 | 20 | 50 | 100 | 250 | 500) 보기

이 파일을 사용하고 있는 모든 위키의 문서 목록

다음 위키에서 이 파일을 사용하고 있습니다:

메타데이터