Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
8 10 10 13 14 12 11 8 8 10 10 12 12 12 11 12 12 12 12 12 12 10 12 10 11 10 10 12 10 12 7 12 18 12 11 13 10 10 10 8 12 10 10 8 14 9 8 12 15 14 1 9 7 8 12 57 12 10 10 8 8 16 14 13 10 12 9 12 11 10 8 8 9 12 8 12 10 12 9 8 12 8 12 10 12 9 28 10 12 9 14 12 12 99 13 13 14 12 12 10 11 12 14 10 12 12 6 12 10 12 12 12 9 12 12 13 8 12 10 10 10 9 12 9 10 8 12 10 8 8 9 12 12 10 10 9 11 10 9 15 10 8 10 8 9 9 6 16 12 12 12 12 10 12 8 9 12 12 8 14 10 12 8 11 10 12 12 12 12 8 10 7 10 10 12 11 9 10 12 14 13 10 11 10 10 8 10 10 10 8 8 4 14 8 12 12 10 8 12 12 10 10 12 12 9 11 14 10 8 12 8 10 11 12 10 10 12 8 9 12 8 8 10 10 10 14 10 12 12 13 9 12 12 10 12 6 8 12 10 9 11 11 9 10 15 12 7 7 10 9 10 10 9 12 10 9 12 10 7 12 10 10 12 8 12 10 10 9 8 8 12 12 10 12 10 9 10 10 8 10 12 12 16 10 9 12 12 10 7 12 10 10 6 9 6 18 13 10 12 15 12 12 9 7 12 13 14 13 12 8 8 10 10 8 12 10 12 12 12 9 12 7 12 8 8 12 14 10 5 9 8 13 10 10 14 10 99 10 12 17 14 8 14 12 12 10 10 8 12 12 12 10 12 10 10 12 12 12 12 13 12 8 10 12 8 10 10 12 12 12 12 12 12 14 10 12 14 12 14 12 13 8 12 14 10 10 11 16 12 10 10 99 8 11 12 12 11 10 20 9 14 12 10 12 10 12 12 8 12 12 10 99 12 2 10 10 10 12 12 12 12 88 9 12 14 8 12 10 10 10 7 8 10 1 10 10 9 15 10 12 12 12 11 12 12 14 8 12 12 10 14 8 10 12 10 10 10 12 9 12 11 8 14 12 10 12 10 8 14 12 12 12 8 12 12 10 12 12 12 9 11 10 15 10 9 9 10 7 10 9 10 10 10 15 12 12 10 12 8 12 11 8 14 8 12 10 15 9 13 12 14 12 12 17 10 13 12 12 10 12 10 12 10 10 10 1 8 12 10 10 10 12 12 11 12 8 8 12 12 10 12 9 10 12 12 12 12 10 10 9 12 10 9 12 7 14 10 10 9 10 8 10 12 12 10 9 10 9 12 10 12 10 9 7 12 11 12 9 13 12 12 7 8 12 12 12 11 12 13 10 12 10 12 12 15 12 12 13 10 10 8 11 12 12 12 12 10 10 12 15 12 10 10 7 12 10 11 10 10 10 10 11 7 15 8 10 6 8 9 8 7 10 12 14 11 8 10 8 8 14 12 15 12 12 9 12 12 9 11 15 11 12 7 15 9 10 15 15 8 11 12 10 10 12 7 12 10 11 12 10 10 8 9 8 10 10 14 10 10 12 12 7 12 10 12 9 9 13 14 10 12 12 12 12 12 10 10 8 12 8 14 10 70 12 10 8 8 11 10 8 7 8 50 9 12 12 7 10 8 10 10 10 8 12 7 13 13 8 8 11 6 12 9 12 13 13 12 12 10 8 12 10 10 15 12 10 12 8 8 12 12 10 12 9 12 12 10 9 10 10 10 12 12 12 12 8 10 12 15 10 8 15 10 9 12 99 10 10 11 11 12 12 14 12 14 9 10 12 13 10 11 10 12 12 12 13 14 9 10 10 12 12 10 99 8 99 12 99 12 10 12 10 12 12 12 10 12 12 10 10 12 99 12 12 9 99 12 12 9 12 12 12 15 12 12 12 8 8 12 8 12 12 10 10 12 99 8 8 99 10 10 5 9 9 99 9 10 12
Name of dataseries
Source
Description
Season
12
12
6
4
No season
Chart options
Title:
Label y-axis:
Label x-axis:
Y-axis minimum
Y-axis maximum
R Code
if (par4 != 'No season') { par4 <- as.numeric(par4) if (par4 < 4) par4 <- 12 } summary(x) n <- length(x) bitmap(file='test1.png') if (par4=='No season') { plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n') axis(1,at=seq(1,n,10)) } if (par4!='No season') { plot(x,col=2,type='b',main=main,xlab=xlab,ylab=ylab,xaxt='n') axis(1,at=seq(1,n,par4)) grid(nx=0,ny=NULL,col='black') abline(v=seq(1,n,par4),col='black',lty='dotted') } 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