Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data X:
103.1 100.6 103.1 95.5 90.5 90.9 88.8 90.7 94.3 104.6 111.1 110.8 107.2 99 99 91 96.2 96.9 96.2 100.1 99 115.4 106.9 107.1 99.3 99.2 108.3 105.6 99.5 107.4 93.1 88.1 110.7 113.1 99.6 93.6 98.6 99.6 114.3 107.8 101.2 112.5 100.5 93.9 116.2 112 106.4 95.7 96 95.8 103 102.2 98.4 111.4 86.6 91.3 107.9 101.8 104.4 93.4 100.1 98.5 112.9 101.4 107.1 110.8 90.3 95.5 111.4 113 107.5 95.9 106.3 105.2 117.2 106.9 108.2 113 97.2 99.9 108.1 118.1 109.1 93.3 112.1
Data Y:
98.6 98 106.8 96.6 100.1 107.7 91.5 97.8 107.4 117.5 105.6 97.4 99.5 98 104.3 100.6 101.1 103.9 96.9 95.5 108.4 117 103.8 100.8 110.6 104 112.6 107.3 98.9 109.8 104.9 102.2 123.9 124.9 112.7 121.9 100.6 104.3 120.4 107.5 102.9 125.6 107.5 108.8 128.4 121.1 119.5 128.7 108.7 105.5 119.8 111.3 110.6 120.1 97.5 107.7 127.3 117.2 119.8 116.2 111 112.4 130.6 109.1 118.8 123.9 101.6 112.8 128 129.6 125.8 119.5 115.7 113.6 129.7 112 116.8 127 112.1 114.2 121.1 131.6 125 120.4 117.7
Sample Range:
(leave blank to include all observations)
From:
To:
color left
(?)
grey
white
blue
red
black
brown
yellow
color right
(?)
grey
grey
white
blue
red
black
brown
yellow
print densities
(?)
FALSE
TRUE
FALSE
Name of X series
Name of Y series
Chart options
Title:
Label y-axis:
Label x-axis:
R Code
if (par3 == 'TRUE') par3 <- TRUE if (par3 == 'FALSE') par3 <- FALSE library(Hmisc) z <- data.frame(cbind(x,y)) names(z) <- list(par4,par5) bitmap(file='plot.png') out <- histbackback(z, probability=par3, main = main, ylab = ylab) barplot(-out$left, col=par1, horiz=TRUE, space=0, add=TRUE, axes=FALSE) barplot(out$right, col=par2, horiz=TRUE, space=0, add=TRUE, axes=FALSE) dev.off()
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