Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
420.677 417.428 423.245 423.113 418.873 405.733 397.812 389.918 391.116 443.814 460.373 455.422 456.288 452.233 459.256 461.146 451.391 443.101 438.81 430.457 435.721 488.28 505.814 502.338 500.91 501.434 515.476 520.862 519.517 511.805 508.607 505.327 511.435 570.158 591.665 593.572 586.346 586.063 591.504 594.033 585.597 572.45 562.917 554.675 553.997 601.31 622.255 616.735 606.48 595.079 598.588 599.917 591.573 575.489 567.223 555.338 555.252 608.249 630.859 628.632 624.435 609.67 615.83 621.17 604.212 584.348 573.717 555.234 544.897 598.866 620.081 607.699 589.96 578.665 580.166 579.457 571.56 560.46 551.397 536.763 540.562 588.184 607.049 598.968 577.644 562.64 565.867 561.274 554.144 539.9 526.271 511.841 505.282 554.083 584.225 568.858 539.516 521.612 525.562 526.519 515.713 503.454 489.301 479.02 475.102 523.682 551.528 531.626 511.037 492.417 492.188 492.865 480.961 461.935 456.608 441.977 439.148 488.18 520.564 501.492 485.025 464.196 460.17 467.037 460.07 447.988 442.867 436.087 431.328 484.015 509.673 512.927 502.831 470.984 471.067 476.049 474.605 470.439 461.251 454.724 455.626 516.847 525.192 522.975 518.585 509.239 512.238 519.164 517.009 509.933 509.127 500.857 506.971 569.323 579.714 577.992 565.464 547.344 554.788 562.325 560.854 555.332 543.599 536.662 542.722 593.53 610.763 612.613 611.324 594.167 595.454 590.865 589.379 584.428 573.1 567.456 569.028 620.735 628.884 628.232 612.117 595.404 597.141 593.408 590.072 579.799 574.205 572.775 572.942 619.567 625.809 619.916 587.625 565.742 557.274 560.576 548.854 531.673 525.919 511.038 498.662 555.362 564.591 541.657 527.07 509.846 514.258 516.922 507.561 492.622 490.243 469.357 477.58 528.379 533.59 517.945 506.174 501.866 516.141 528.222 532.638 536.322 536.535 523.597 536.214 586.57 596.594 580.523 564.478 557.56 575.093 580.112 574.761 563.25 551.531 537.034 544.686 600.991 604.378 586.111 563.668 548.604 551.174 555.654 547.97 540.324 530.577 520.579 518.654 572.273 581.302 563.28 547.612
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
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