Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data:
553.12 568.15 552.75 510.65 524.93 532.95 540.84 540.22 553.75 529.69 525.93 527.31 527.31 512.03 502.76 496.62 492.23 495.12 469.93 492.36 497.87 480.21 462.29 456.03 456.22 460.41 466.59 441.37 455.31 426.96 419.7 419.7 416.44 404.04 388.63 397.65 390.38 378.1 384.87 419.19 427.96 413.81 408.04 410.3 405.66 400.9 387 388.25 390 416.44 436.11 428.79 424.16 409.12 392.01 388.37 373.97 358.93 371.96 353.92 364.95 340.52 353.67 361.19 364.7 359.43 371.21 385.24 389.63 433.23 407.79 400.9 385.87 406.67 406.04 418.19 429.22 420.95 402.78 391.01 416.94 397.14 406.67 419.44 422.2 435.98 470.81 504.51 497.25 508.52 522.43 551.62 537.59 559.76 558.26 563.27 558.01 563.27 564.15 582.81 592.96 602.73 581.06 595.47 605.36 615.39 602.48 565.65 565.65 566.9 558.63 547.48 543.72 517.42 526.31 512.4 496.12 503.63 501.13 499.88 501.13 494.86 488.6 482.34 447.26 440.99 418.44 418.44 412.18 394.64 334.5 328.24 319.47 323.23 328.24 365.82 371.88 340.6 337.48 337.22 313.96 308.39 307.57 295.4 297.04 341.89 341.18 352.12 367.36 364.88 363.09 351.25 349.29 335.47 320.1 310.7 312.39 309.68 309.67 328.92 337.01 327.79 324.38 313.93 310.83 316.62 325.5 320.03 320.1 338.13 379.25 376.82 398.37 394.46 411.95 425.91 444.48 433.45 446.07 426.04 447.06 467.94 516.73 520.27 516.49 519.41 537.66 547.44 507.04 495.99 436.58 453.11 456.77 450.38 439.18 416.56 440.06 447.61 420.32 417.67 404.38 416.41 419.48 417.72 408.62 442.94 425.82 451.19 467.49 478.76 478.56 427.63 448.81 435.41 434.67 413.62 399.02 406.64 384.83 379.81 355.7 348.24 308.83 296.93 280.11 286.85 294.93 294.77 299.37 287.1 297.46 298.88 288.74 288.32 286.32 254.34 247.09 247.29 255.49 267.26 276.44 260.07 267.1 273.81 290.37 293.98 302.36 289.92 283.27 279.87 267.66 286.88 309.69 323.95 315.36 327.52 325.69 326.92 328.26 348.94 340.53 330.29 335.91 376.13 444.11 516.35 529.16 525.07 519.78 548.84 539.68 534.99 584.34 664.34 691.81 689.34 725.81 734.89 681.58 685.72 633.01 680.28 684.95 653.47 647.28 602.73 589.76 588.41 613.51 611.93 587.69 554.63 533.09 560.59 553.05 528.97 500.93 508.86 537.86 547.3 556.94 549.33 545.18 543.69 543.49 553.32 563.57 531.87 517.85 500.83 481.51 479.73 496.6 520.76 528.71 515.46 522 515.63 522.87 534.29 521.83 524.66 640.02 644.21 715.51 706.96 724.75 742.55 788.25 787.58 761.64 732.83 765.24 807.45 828.19 817.45 840.86 843.77 835.3 823.97 781.49 778.46 793.63 717.57 656.35 510.28 450.98 477.83 464.59 449.72 460.47 516.6 599.31 609.15 609.3 655.49 690.91 743.59 756.8 780.4 842.74 818.72 847.84 817.97 763.94 762.81 777.29 786.94 766.28
Name of dataseries
Source
Description
Season
No 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