Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
3665 3790 3870 3885 3955 4100 4000 4190 4360 4360 4255 4110 4195 4345 4405 4400 4435 4595 4445 4605 4675 4635 4510 4345 4340 4485 4535 4535 4570 4690 4510 4695 4775 4690 4635 4495 4540 4635 4600 4650 4650 4780 4635 4830 4895 4885 4780 4695 4645 4840 4885 4880 4945 5145 4965 5150 5210 5225 5110 5000 4990 5110 5140 5170 5185 5345 5170 5375 5430 5400 5300 5195 5215 5275 5295 5360 5325 5480 5210 5430 5455 5385 5260 5135 5110 5255 5300 5210 5300 5470 5255 5470 5520 5445 5230 5075 5015 5055 5010 5075 5115 5320 5145 5355 5440 5390 5230 5075 5050 5185 5250 5250 5325 5465 5290 5500
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') a<-table.start() a<-table.row.start(a) a<-table.element(a,'Summary Statistics of dataseries x',1,TRUE) a<-table.row.end(a) a<-table.row.start(a) a<-table.element(a,paste('<pre>',RC.texteval('summary(x)'),'</pre>',sep='')) a<-table.row.end(a) a<-table.end(a) table.save(a,file='mytable1.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