Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
14929388 14717825 15826281 16301310 15033017 16998461 14066463 13328937 17319718 17586427 15887037 17935679 15869489 15892511 17556558 16791643 15953689 18144914 14390881 13885709 17332572 17152596 16003877 16841467 14783398 14667848 17714362 16282088 15014866 17722582 13876509 15495490 17799521 17920079 17248022 18813782 16249688 17823359 20424438 17814219 19699960 19776328 15679833 17119267 20092613 20863688 20925203 21032593 20664684 19711511 22553293 19498333 20722828 21321275 17960848 17789655 20003709 21169852 20422839 19810562
Name of dataseries
Source
Description
Season
12
6
4
No season
Chart options
Title:
Label y-axis:
Label x-axis:
Y-axis minimum
Y-axis maximum
R Code
bitmap(file='test1.png') plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab) dev.off() load(file='createtable') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Univariate Dataseries',2,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'Name of dataseries',header=TRUE) a<-table.element(a,par1) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'Source',header=TRUE) a<-table.element(a,par2) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'Description',header=TRUE) a<-table.element(a,par3) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,'Number of observations',header=TRUE) a<-table.element(a,length(x)) a<-table.row.end(a) a<-table.end(a) table.save(a,file='mytable.tab')
Compute
Summary of computational transaction
Raw Input
view raw input (R code)
Raw Output
view raw output of R engine
Computing time
0 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation