Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
111.9 106.5 96.3 96.6 96.1 102.9 101.9 98.2 110.9 87.2 91.7 108.5 102.8 105.4 129.8 110.9 106 109.1 104.2 105 106.2 105.2 105.6 108.5 112.5 107 108.9 109.9 106.2 112 104.1 105 108.3 102.4 106.7 107.1 115.7 109.7 108.1 114 111.7 109.5 103.3 102.1 104.4 101.5 103.9 106 109.8 106.9 106.7 107 100.7 102.7 96.7 98.4 102 101.6 101.6 105.5
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