Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
2.132 1.964 2.209 1.965 2.631 2.583 2.714 2.248 2.364 3.042 2.316 2.735 2.493 2.136 2.467 2.414 2.556 2.768 2.998 2.573 3.005 3.469 2.540 3.187 2.689 2.154 3.065 2.397 2.787 3.579 2.915 3.025 3.245 3.328 2.840 3.342 2.261 2.590 2.624 1.860 2.577 2.646 2.639 2.807 2.350 3.053 2.203 2.471 1.967 2.473 2.397 1.904 2.732 2.297 2.734 2.719 2.296 3.243 2.166 2.261 2.408 2.536 2.324 2.178 2.803 2.604 2.782 2.656 2.801 3.122 2.393 2.233 2.451 2.596 2.467 2.210 2.948 2.507 3.019 2.401 2.818 3.305 2.101 2.582 2.407 2.416 2.463 2.228 2.616 2.934 2.668 2.808 2.664 3.112 2.321 2.718 2.297 2.534 2.647 2.064 2.642 2.702 2.348 2.734 2.709 3.206 2.214 2.531 2.119 2.369 2.682 1.840 2.622 2.570 2.447 2.871 2.485 2.957 2.102 2.250 2.051 2.260 2.327 1.781 2.631 2.180 2.150 2.837 1.976 2.836 2.203 1.770
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