Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
4.79 5.95 5.46 5.75 5.15 4.96 5.28 5.73 5.75 5.88 6.3 6.74 6.75 7.34 6.64 6.62 6.32 5.32 5.68 6.18 5.02 2.1 4 3 4.73 5.14 5.81 6.24 4.49 4.22 4.88 5.18 5.19 5.06 4.65 4.83 4.6 4.72 4.33 4.97 5.37 4.19 4.54 5.82 5.49 3.28 5.11 6.24 6.41 6.43 8.42 8.23 3.17 2.72 3 3.47 3.88 3.43 4.06
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